* {
    font-family: "DejaVu Sans Mono", monospace;
    --mpc-red: rgb(134, 0, 56);
    color: var(--mpc-red);
    text-align: center;
}

body {
    margin: 0
}

h3 {
    color: black;
    text-decoration: underline;
}

.errorMsg {
    font-size: 15vh;
    padding-top: 5vh;
}

.errorTip {
    font-size: 5vh;
    color: gray;
}

p {
    max-width: 700px;
    text-align: center;
    margin: auto;
}

li {
    margin: 0;
    padding: 0;
    display: inline;
}

.projectDisplay {
    padding-left: 10px;
    padding-right: 10px;
}


.exImg {
    align-self: center;
    height: 50vh;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2vh;
    border: 3px inset var(--mpc-red);
}

.calendar {
    width: min(90vw,11in);
    height: 53vh;
    text-align: center;
    border: 0;
    margin-top:1.5vh
}

/* Use this div around all site content. Should automatically handle spacing around header & footer*/
.content {
    /* Header height around 15vh*/
    /* Footer height is 14vh*/
    margin-top: 17vh;
    margin-bottom: 2vh;
    min-height: 67vh;
    width: 100%;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
}