@media (max-width:991px) {
    body.poster {
        margin-top: 40vh;
    }
}

body.poster {
    background-attachment: fixed;
}

body {
    font-family: "Roboto";
}
.sectionpage {
    background-color:#19181a;
    color:#fff;
}

.logo-footer {
    display: flex;
    justify-content: center;
    padding-bottom:35px;
    gap:25px;
    flex-wrap:wrap;
}

.logo-footer img {
    max-height: 30px;
}

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

.navbar {
    background-color: #060509;
}

footer {
    background-color: #060509;
}

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

.fa-bars {
    color: #fff;
}

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

h1 {
    text-transform: none;
}

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

.button-game .play {
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    border:1px solid #fde4a5;
    text-transform:uppercase;
}

.button-game .download {
    padding: 10px 20px 10px 20px;
    background-color: #2fc37e;
    border-radius: 10px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    border:1px solid #2fc37e;
    text-transform:uppercase;
}

.play:hover {
    background-color: #dfb755;
    color:#000;
    transition: background-color 0.3s ease, color 0.3s ease;
    transition-delay: 0s;
}

.download:hover {
    background-color: #16764a;
    transition: background-color 0.3s ease, color 0.3s ease;
    transition-delay: 0s;
    border:1px solid #16764a;
}

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

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

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

.container > .button-game a {
    min-width: 115px;
    text-align: center;
}

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

h1 {
    font-size:30px;
    text-align:center;
}
h2 {
    font-size:26px;
}
h3 {
    font-size:20px;
}
.nav-link:hover, .nav-link:focus {
    color:#ffffff82;
}
.reviews-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.reviews-section h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}

.review {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.user-name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.user-review {
    font-style: italic;
    color: #fff;
}
table {
    width: 100%;
    border-collapse: collapse; 
}

table th, table td {
    border: 1px solid #333; 
    padding: 8px; 
    text-align: left; 
}

table th {
    background-color: #333; 
    font-weight: bold;
}

table tr:nth-child(even) {
    background-color: #333; 
}

table tr:hover {
    background-color: #333; 
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.navbar .logo img {
    max-width: 150px;
}

.navbar-toggler {
    border: none;
    background: transparent;
}

.navbar-toggler-icon {
    background-color: #333;
    width: 30px;
    height: 2px;
}

.navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar-nav .nav-item {
    margin-right: 20px;
}

.navbar-nav .nav-link {
    text-decoration: none;
    color: #fff;
    padding: 8px 15px;
}

.navbar-nav .nav-link:hover {
    color: #f1f1f1;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .navbar-nav .nav-item {
        margin: 10px 0;
    }
}

.navbar-collapse {
    justify-content: center;
}

.footerlink li {
    list-style-type:none;
}
.footerlink {
    padding-left:0;
    margin-left:0;
}
.footerlink a {
    color:#fff;
}
.footerlink a:hover {
    color:#eee;
}



.footerdmca {
    display: flex;
    align-content: center;
    padding-top: 15px;
    padding-bottom: 35px;
    gap: 15px;
}

.footerdmca svg {
    height: 50px;
    width: 50px;
    color: #ffffff;
    fill: white;
}

.dmca svg {
    width: 100px;
}
.footerdmca svg:hover {
    fill: #818181;
}