h1 {
    color: #16161d;
    font-size: 40px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}
h2 {
    color: #16161d;
    font-size: 30px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
}
h3 {
    color: #16161d;
    font-size: 23px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    text-align: left;
    margin: 10px 0 0 0;
}
h4 {
    color: #16161d;
    font-size: 18px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 100;
    text-align: center;
}
p, a {
    color: #16161d;
    font-size: 21px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 100;
    text-align: left;
    margin: 15px 0 0 0;
}
.pageContainer {
    flex-direction: column;
}
