body {
    font-family: Menlo, monospace;
    background-color: black;
    width: min(vw, 400px);
}

p {
    color: aliceblue;
}

h1 {
    color: aliceblue;
}

h3 {
    color: aliceblue;
}

.demo_link {
    font-size: 30 !important;
    font-family: Menlo;
    color: burlywood;
}

.quote_by {
    text-indent: 30px;
    color: grey;
}

.github_link {
    display: inline;
    color: #3C7391;
    /* color: #78AEDE; */
    font-size: 30 !important;
    font-family: Menlo;
}

.prototype_entry {
    margin-bottom: 1em;
