body {
    color: #eeeeee;
    background-color: #11111A;
    font-family: sans-serif;
    font-size: 16px;
    margin: auto;
    max-width: 1200px;
}

a {
    text-decoration: none;
}

nav a {
    color: #a5a7cf;
    text-decoration: none;
    padding: 0.5em 1em;
}
nav a:hover {
    color: white;
}

nav strong {
    color: white;
    font-size: 1.5em;
}

nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.7em;
}

h1 {
    font-size: 3.5em;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 0;
    line-height: 0.5;
}

.large-boi {
    text-align: center;
    font-size: 1.6em;
    color: #abacc5;
}

button {
    display: block;
    margin: auto;
    margin-top: 2em;
    font-size: 1.5em;
    padding: 0.5em 1em;
    border: none;
    border-radius: 3px;
    color: white;
    background-color: #226fd3;
    cursor: pointer;
}