body {
    background-color: black;
    color: white;
    font-family: monospace;
}

#hello {
    width: 800px;
    font-size: 150pt;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.shadow1 {
    text-shadow: 10px 10px 0px #ff9999;
}

.shadow2 {
    text-shadow: 10px 10px 0px #ff9999, 20px 20px 10px #e65c5c;
}

.hidden {
    display: none;
}

#intro {
    text-align: center;
    font-size: 40pt;
}

#subtle {
    display: flex;
    justify-content: space-around;
}

#subtle > div {
    display: flex;
    flex-direction: column;
    font-size: 13pt;
}

#subtle img {
    width: 200px;
    height: 200px;
    border-radius: 12px;
    box-shadow: 0px 0px 40px white;
    margin-bottom: 5px;
}

section {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18pt;
}