html {
    background-color: #f0f0e2;
    color: #464646;
    font-size: 30px;
    font-weight: 300;
    font-family: "Atkinson Hyperlegible", sans-serif;
}

h1 {
    font-weight: 300;
    font-size: 2rem;
    margin: 0;
}

h2 {
    font-weight: 300;
    color: white;
    margin: 0.5rem 0;
    font-size: 1rem;
}

h3 {
    font-weight: 300;
    color: black;
    margin: 0.5rem 0;
    font-size: 0.8rem;
}

.alternate {
    color: #a0a0a0;
}

.alternate a {
    color: #a0a0a0;
}

.alternate a:hover {
    color: black;
}

.container {
    text-align: center;
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
}

.inner {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.7rem;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 0.5rem;
    line-height: 1rem;
}

.footer > span {
    margin-right: 10px;
}

a {
    color: #464646;
    font-weight: 300;
}

a:hover {
    color: white;
}
