<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
    margin:0;
    padding:0;
    color: #EEE;
}

a {
    text-decoration: none;
}

separator {
    width: 10px;
    border-left: 1px solid #555555;
}

.image_cont {
    text-align: center;
    height: 256px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

.image_cont img {
    width: 182px;
    height: 256px;
    box-shadow: 5px 5px 11px #00000055;
}

@media screen and (max-width: 560px) {
    .image_cont {
        height: 171px;
    }
    .image_cont img {
        width: 121px;
        height: 171px;
    }
}

@font-face {
    font-family: "Amatic SC";
    src: url("../fonts/Amatic_SC/AmaticSC-Regular.ttf");
}

.menu {
    padding: 5px 15px;
    background: #202020;
    box-shadow: 3px 3px 5px #00000022;
    margin-bottom: 10px;
}

.label {
    font-family: "Amatic SC", sans-serif;
    font-size: 32px;
    color: #FFF;
}

.label a {
    padding: 5px;
    background: #1C1C1C;
    margin-right: 10px;
}

.label img {
    width: 21px;
    position: relative;
    top: 2px;
    left: 2px;
}

.flags {
    float: right;
    margin-top: 5px;
}

.home {
    margin-top: 12px;
}

.flags a {
    padding: 10px;
    background: #1C1C1C;
    cursor: pointer;
    margin: 2px;
} .flags img{
    width: 21px;
} .flags span {
    cursor: pointer;
    padding: 10px;
    background: #1C1C1C;
    margin: 5px;
} .flags span img {
    position: relative;
    top: 5px;
}

footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 5px;
    text-align: center;
    background: #1C1C1C;
}
</pre></body></html>