body {
    background-color: #1c1c1c;
    color: #0a84ff;
    font-family: monospace;
    margin: 0 auto;
    max-width: 768px;
    width: 95%;
}

header {
    border: 2px solid #0a84ff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 0;
    box-shadow: 0 0 16px #0a84ff, inset 0 0 16px #0a84ff;
    margin: auto;
    padding: 24px 0 16px;
    position: relative;
    top: -16px;
}

main {
    margin: auto;
    width: 85%;
}

footer {
    margin: auto;
    text-align: center;
}

h1 {
    font-size: 32px;
    font-weight: 300;
    line-height: 2;
    margin: 0;
    text-align: center;
    text-shadow: 0 0 24px #0a84ff;
}

h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 2;
    margin: 4rem 0 0;
    text-shadow: 0 0 16px #0a84ff;
}

h2:first-of-type {
    margin: 0;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
    margin: 0 0 20px;
    text-shadow: 0 0 12px #0a84ff;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #0a84ff;
    text-shadow: 0 0 24px #0a84ff;
}
