<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width:991px) {
    body.poster {
        margin-top: 40vh;
    }
}

body.poster {
    background-attachment: fixed;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight:300;
}
.sectionpage {
    background-color:#1f2d43;
    color:#BFC6E1;
}

.logo-footer {
    display: flex;
}

.logo-footer img {
    height: 35px;
    margin-left: 15px;
}

.navbar-brand img {
    height: 50px;
}

.navbar {
    background-color: #172032;
}

footer {
    background-color: #172032;
}

.navbar-nav a {
    color: #fff;
    font-weight:bold;
}

.fa-bars {
    color: #fff;
}

.navbar-toggler-icon {
    width: auto;
    height: auto;
}

h1 {
    text-transform: none;
}

.button-game a {
    margin: 10px;
}
.button-game {
    display:flex;
}
.button-game .play {
    padding:10px 20px 10px 20px;
    background:#324064;
    color: #FF3939;
    font-weight: bold;
    text-decoration: none;
    text-transform:uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play svg {
    width:20px;
    height:20px;
    margin-right:5px;
}

.button-game .download {
    padding: 10px 20px 10px 20px;
    background: #FF3939;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform:uppercase;
}

.play:hover {
    background-color: #415077;
}

.download:hover {
    background: #FF461E;
}

@media (max-width:768px) {
    .container-xxl {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .button-game {
        margin-bottom: 10px;
    }
}

.container &gt; .button-game {
    display: flex;
    justify-content: center;
}

.button-game a {
    text-align: center;
}

.page img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
h1,h2,h3 {
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-size:30px;
    text-align:center;
}
h2 {
    font-size:26px;
}
h3 {
    font-size:20px;
}
.nav-link:hover, .nav-link:focus {
    color:#696969;
}</pre></body></html>