
body {
    font-family: 'VT323', monospace;
    background-color: #274156;
    color: #FBFCFF;
}

a {
    color: #cd9dcd;
}

p {
    font-size: 1.5rem;
}

.section {
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footnote {
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}
.heading {
    font-size: 5rem;
}

.blurb {
    margin: 0;
    font-size: 1rem;
}

.me {
    padding-top: 0;;
    font-size: 1rem;
}