body {
    font-family: "Encode Sans Condensed", Verdana, sans-serif;
    background-color: #5C130C;
    background-image: linear-gradient( 90deg, #5C130C, #5C130C 50%, #5a180e 50%, #5a180e 100%, #5C130C);
    text-align: center;
    display: grid;
    background-size: 22.223% 22.223%;
    margin-top: 30vh;
}

main {
    width: 960px;
    justify-self: center;
    display: flex;
}

nav {
    width: 640px;
    justify-self: center;
    display: flex;
}

nav p {
    flex: 1;
    text-align: center;
}

h1 {
    font-family: "Instrument Serif", Georgia, 'Times New Roman', serif;
    color: #FFAA19;
    font-variant: small-caps;
    font-weight: 100;
    font-size: 96pt;
    margin-bottom: 0;
    margin-top: 20px;
}

h2 {
    color: #E0E0E0;
    text-align: left;
    margin-bottom: 5px;
    font-size: 48px;
}

h3 {
    color: #E0E0E0;
    text-align: left;
    margin-bottom: 5px;
    font-size: 24px;
}

p {
    text-align: left;
    font-size: 11pt;
    color: #E0E0E0;
}

a {
    color: #E0E0E0;
    text-decoration: none;
}

a:link {
    color: #E0E0E0;
    transition-duration: 0.25s;
    transition-property: text-shadow;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-shadow: 0 0 5px #ffffff;
    text-decoration: none;
}

small {
    color: #FFFFFF80;
}

footer {
    margin-top: 50px;
}

.name {
    font-family: "Instrument Serif", Georgia, 'Times New Roman', serif;
    color: #FFAA19;
    font-variant: small-caps;
    font-size: 14pt;
}

#me-head {
    position: fixed;
    top: 5px;
    left: 5px;
}

.team_column {
    flex: 1;
}