@font-face {
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lobster-v20-latin-regular.eot');
    src: local('Lobster Regular'), local('Lobster-Regular'),
    url('../fonts/lobster-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lobster-v20-latin-regular.woff2') format('woff2'),
    url('../fonts/lobster-v20-latin-regular.woff') format('woff'),
    url('../fonts/lobster-v20-latin-regular.ttf') format('truetype'),
    url('../fonts/lobster-v20-latin-regular.svg#Lobster') format('svg');
}

* {
    box-sizing: border-box;
}

body {
    background: #aeaeae;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.background {
    background: #000000 url(../images/background_01.png) no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: center;
}

.header {
    font-family: 'Lobster', cursive;
    text-align: center;
    font-size: 80px;
    display: inline;
    position: relative;
    color: #D5D5D5;
}

.container {
    margin-top: 20vh;
}

.footer {
    background: #444444;
    bottom: 0;
    width: 100%;
    color: #D5D5D5;
    font-family: 'Lobster', cursive;
    padding: 20px;
    text-align: left;
}

.footer__submenu {
    margin-top: 20px;
    padding: 20px 0 10px 0;
    font-size: 10px;
    border-top: 1px solid #676767;
    text-align: right;
}

.footer--absolute {
    position: absolute;
}

a {
    color: #D5D5D5;
    font-size: 1rem;
    line-height: 1rem;
}

.content {
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.content h1 {
    font-size: 16px;
}

.content h2 {
    font-size: 14px;
}

.content a {
    color: black;
    font-size: 13px;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.meta__link {
    color: #676767;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-decoration: none;
}
