@font-face {
    font-family: Lato;
    src: url('fonts/Lato-Regular.ttf');
}

html {
    overflow-y: scroll;
    color: #333;
    font: 400 62.5%/1.4 "Lato", Lato, Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body,
html {
    height: 100%;
    min-height: 100%;
}
body {
    margin: 0;
    font-size: 1.4rem;
    background: #333;
    color: #eee;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #fab400;
    background-color: transparent;
}
a:active,
a:hover {
    text-decoration: none;
    color: #e59e00;
    outline: 0;
}
h1,
h2 {
    margin: 0 0 0.5rem;
    color: #444;
    font-weight: 400;
    line-height: 1;
}
h1 { font-size: 2.4rem; }
h2 { font-size: 3.6rem; }
.error-code {
    color: #f47755;
    font-size: 8rem;
    line-height: 1;
}
p {
    margin: 1.2rem 0;
}

p.lead {
    font-size: 1.6rem;
    color: #4f5a64;
}
hr {
    box-sizing: content-box;
    height: 0;
    margin: 2.4rem 0;
    border: 0;
    border-top: 1px solid #ddd;
}

page {
    height: 1vh;
    width: 100%;
}

header {
    font-size: 8rem;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
}

.header__title {
    color: #eee;
}

.header__link {
    color: #fab400;
}

.header__content {
    padding: 4rem;
}

.main__logo {
    height: 6rem;
}

.content {
    width: 100%;
    height: auto;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #333;
}

.main__content {
    width: auto;
    padding-bottom: 8rem;
    padding-top: 6rem;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__inner {
    padding: 4rem;
}