@font-face {
    font-family: 'Minecraft';
    src: url('Minecraft.eot'); /* IE9 Compat Modes */
    src: url('Minecraft.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('Minecraft.woff2') format('woff2'), /* Super Modern Browsers */ url('Minecraft.woff') format('woff'), /* Pretty Modern Browsers */ url('Minecraft.ttf') format('truetype'), /* Safari, Android, iOS */
}


body {
    background: #282832;
    font-family: 'Minecraft';
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    font-size: 20px;
}

.header-container {
    margin-left: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo-header {
    height: 30px;
    padding-right: 5px;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90vh;
    font-size: 5.3vw;
    color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

a{
    margin-top: 20px;
    width: 100%;
}
button {
    font-size: 30px;
    font: inherit;
    width: 100%;
    padding: 10px 20px;
}

@media (min-width: 768px) {
    .content {
        font-size: 40px;
    }
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

@media (max-width: 768px) {
    .footer {
        font-size: 3vw;
    }
}