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

.content {
    position: fixed;

    left: 50%;
    transform: translate(-50%);

    background: no-repeat center url('assets/bg.jpg');

    min-width: 150vh;
    min-height: 100%;
}

.content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid black;
}

.links {
    text-align: center;
    display: flex;
    font-weight: 600;
    font-size: 24px;
    gap: 1vh;
    flex-direction: column;
}

.content-header h1 {
    margin-left: 4vh;

    text-shadow: 0 0 25px white;
    font-family: 'Impact';
    font-weight: 100;
    font-size: 7.5vh;
}

.languages {
    margin-right: 4vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.5vh;
}

.languages a {
    text-decoration: none;
}

.languages a img {
    width: 45px;
    height: 30px;
}

.languages a img:hover {
    box-shadow: 0 0 20px white;
}

.main {
    margin: 4vh;
}

.main-text {
    font-size: 2.75vh;
}

.main a {
    display: block;
    width: auto;
    max-width: 23vh;
    text-decoration: none;
}

.main a button {
    font-size: 1.75vh;
    margin-top: 1vh;
    width: 36vh;
    height: 4vh;
}

.online-players {
    font-size: 4vh;
}</pre></body></html>