body {
    margin: 0;
    font-family: Montserrat Alternates;
    background-color: #1C1C1C;
    color: #5C5D5D;
}

header {
    text-align: center;
    padding: 1em;
    background-image: linear-gradient(to bottom, #2F2F2F, #2b2b2b);
    color: #a09d9d;
}

h1 {
    font-weight: 220;
    font-size: 2.5em;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

section {
    font-family: Source Sans 3;
    padding: 2em;
    max-width: 800px;
    margin: auto;
}

footer {
    text-align: center;
    font-size: 2vmin;
    padding: 0.5em;
    background-color: #262626;
    color: #7B7C7B;
    position: fixed;
    width: 100%;
    bottom: 0;
}