/**
 * © 2020 Teritusmeister.
 * Created by Wasabi.
 */
*, html {
    margin: 0;
}

@font-face {
    font-family: 'fjallaoneregular';
    src: url('fjallaone-regular-webfont.woff2') format('woff2'),
    url('fjallaone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    background-color: #fff;
    font: 1em 'fjallaoneregular';
}

h1, h2, h3, h4, h5, h6, p {
    margin: 1rem 0;
}

.container {
    margin: 0 auto;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    text-align: center;
}

#LogoContainer {
    width: 50%;
    margin: 2em auto;
}

#logo {
    width: 55%;
    min-width: 200px;
}

.hidden {
    display: none;
}

#eu-logo-container{
    padding: 30px 10px 50px 10px;
}