@font-face {
    font-family: 'roboto';
    src: url("/font/Roboto-Regular-webfont.eot");
    src: url("/font/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/font/Roboto-Regular-webfont.woff") format("woff"), url("/font/Roboto-Regular-webfont.ttf") format("truetype"), url("/font/Roboto-Regular-webfont.svg#robotoregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: roboto, 'Open Sans', sans-serif;
    height: 100vh;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    background-attachment: fixed;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}

a {
    transition: color 0.2s ease, border-color 0.2s ease;
    color: inherit;
    text-decoration: none;
}

a:before {
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

a:hover {
    color: #ff7496;
}

main {
    height: 100vh;
    display: block;
}

h1 {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin: 0;
    font-size: 1.85rem;
    line-height: 1.5;
    letter-spacing: .22em;
    display: block;
}

footer {
    display: block;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: .9rem;
    padding: .85rem 0;
    line-height: 1;
}
