html, head, body, footer {
    margin: 0;
    padding: 0;
    background-color: #121212;
    cursor: default;
    text-align: center;
}

h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 8em;
    font-weight: 200;
    color: #d9870c;
    margin: 0;
    padding: 0;
}

h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 3em;
    font-weight: 200;
    color: #F5F1E6;
    margin: 50px 0 10px 0;
}

h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2em;
    font-weight: 100;
    color: #F5F1E6;
    margin-top: 5px;
}

i{
    font-size: 12em;
    color: #d9870c;
    margin-top: 0;
}

a{
    font-family: "League Spartan", sans-serif;
    font-weight: bold;
    font-size: 1.05em;
    border: none;
    background-color: #d9870c;
    color: #121212;
    padding: 15px 40px;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 25px;
}