* {
    font-family: monospace;
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
}
#maindiv {
    width: 900px;
    margin: 0 auto;
    padding-top: 1.5em;
}
#headerdiv h1, #headerdiv h2, #headerdiv h3 {
    text-align: right;
}
#headerdiv h1 {
    font-size: 4.9em;
    line-height: 1em;
}
#headerdiv h1 span {
    font-weight: bold;
}

#mainheader_prompt {
    animation: blinker 2s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

h2#email_header {
    text-align: right;
    font-size: 2em;
    font-weight: bold;
    line-height: 2em;
    color: #555555;
}
h2#esoteric_header {
    font-size: 0.9em;
    color: #555555;
    font-style: italic;
    line-height: 2em;
}

#headerdiv h2 span {
    font-style: italic;
    font-weight: bold;
}

#headerdiv, #projectdiv, #infodiv {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #999999;
}
#headerdiv {
    padding-bottom: 1em;
}

#projectdiv {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.project h3 {
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    line-height: 1.2em;
}
.project p {
    text-align: center;
    font-size: 1.3em;
    color: black;
}

.project .project_img {
    display: grid;
    width: 100%;
    height: 22em;
}
.project .project_img img {
    align-self: center;
    width: 80%;
    margin: 0 auto;
}

a { color: navy; text-decoration: none; }
a:hover { opacity: 0.7; }
a:active { opacity: 0.4; }

#infodiv {
    padding-top: 1.5em;
}
#infodiv pre {
    font-size: 1em;
    text-align: right;
}

#footerdiv p {
    font-size: 0.8em;
    line-height: 3em;
    text-align: right;
    font-style: italic;
    color: #555555;
}

@media only screen and (min-width: 300px) and (max-width: 500px) {
    body { font-size: 0.3em; }
    #maindiv { width: 300px; }
}
@media only screen and (min-width: 500px) and (max-width: 700px) {
    body { font-size: 0.5em; }
    #maindiv { width: 500px; }
}
@media only screen and (min-width: 700px) and (max-width: 900px) {
    body { font-size: 0.7em; }
    #maindiv { width: 700px; }
}

img.new { height: 1rem; }
