@font-face {
    font-family: 'Twemoji Country Flags';
    unicode-range: U+1F1E6-1F1FF, U+1F3F4, U+E0062-E0063, U+E0065, U+E0067, U+E006C, U+E006E, U+E0073-E0074, U+E0077, U+E007F;
    src: url('https://cdn.jsdelivr.net/npm/country-flag-emoji-polyfill@0.1/dist/TwemojiCountryFlags.woff2') format('woff2');
}


body {
    font-family: "Titillium Web";
    background-image: url("img/bg.jpg");
    background-repeat: repeat;
    background-size: contain;
}

.flag {
    font-size: 100px;
    text-align: center;
    width: 360px;
    font-family: 'Twemoji Country Flags';
}

.name {
    text-align: center;
}

#sieger {
    visibility: hidden;
}

input[type=button] {
    width: 340px;
    font-size: 18pt;
}

.buttons {
    text-align: center;
}

#main {
    width: 360px;
    margin: auto;
}
