body {
    margin: 0%;
    background-color: azure;
    font-size: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}

.nav {
    margin: 0%;
    text-align: right;
    background-color: black;
    color: aliceblue;
    margin-top: 0%;
    padding: 1.5%;
}

.nav a {
    text-decoration: none;
    color: azure;
}

.nav a:hover {
    text-decoration: underline;
    cursor: pointer;
    color: aquamarine;
}

.nav img {
    width: 50px;
    height: auto;
    position: absolute;
    left: 15px;
    top: 17px;
}

.nav a {
    margin-right: 2%;
    margin-left: 2%;
    transition: all ease 0.3s;
}

header div {
    background-image: url("./img/background_1.jpg");
    background-position: bottom;
    background-attachment: fixed;
}

header a {
    text-decoration: none;
}

.cover {
    border-radius: 32px;
    padding: 5%;
    width: 400px;
    height: auto;
}

header button {
    font-size: 30px;
    color: azure;
    background-color: orangered;
    padding: 1%;
    padding-left: 7%;
    padding-right: 7%;
    margin: 5%;
    border: none;
    transition: all ease 0.3s;
    width: 430px;
}

.cover {
    border-radius: 32px;
}

header button:hover {
    background-color: rgb(195, 52, 0);
    cursor: pointer;
}

.about-us {
    background-image: url("./img/background_1.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    color: aliceblue;

}

.about-us div {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15%;
    padding-left: 30%;
    padding-right: 30%;
}

.games {
    padding: 5%;
}

.games button {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    background-color: black;
    color: azure;
    border: none;
    padding: 1%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 1%;
    cursor: pointer;
}

.games button:hover {
    background-color: rgb(29, 29, 29);
}

.games a img {
    width: 300px;
    height: auto;
    margin: 3%;
    border-radius: 32px;
    border: 5px solid rgb(255, 255, 255);
    transition: all ease 0.3s;
}

.games a img:hover {
    border: 0px solid rgba(0, 0, 0, 0);
    width: 305px;
}

.games a {
    text-decoration: none;
}

.social-media {
    background-image: url("./img/background_1.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
}

.social-media div {
    background-color: rgba(220, 220, 220, 0.7);
    padding: 12%;
}

.social-media a {
    text-decoration: none;
}

.social-media a img {
    width: 45px;
    height: auto;
    margin: 2%;
}

.support-us {
    padding: 15%;
}

.support-us a button {
    font-size: 15px;
    border: none;
    background-color: black;
    color: azure;
    padding: 1%;
    padding-left: 7%;
    padding-right: 7%;
    margin: 3%;
}

.support-us a {
    text-decoration: none;
}

.support-us a button:hover {
    background-color: rgb(49, 49, 49);
    cursor: pointer;
}

footer {
    margin: 0%;
    background-color: black;
    color: azure;
    text-align: left;
    padding: 5%;
}

footer img {
    float: right;
    width: 250px;
    height: auto;
}

footer a {
    text-decoration: none;
    color: azure;
}

footer p:hover {
    text-decoration: underline;
    cursor: pointer;
}

.cover-a2d {
    border-radius: 32px;
}

.trustpilot-widget {
    position: absolute;
}


@media (max-width:750px) {
    .cover {
        width: 200px;
    }

    header img {
        margin-top: 15%;
        margin-bottom: 15%;
    }

    header div {
        background-size: cover;
        margin-bottom: 9%;
    }

    header {
        padding-bottom: 17%;
    }

    header button {
        font-size: 13px;
        padding: 3.5%;
        width: 200px;
        margin: 2%;
    }

    .nav span {
        visibility: hidden;
    }

    .nav img {
        top: 10px;
        left: 42%;
    }

    .about-us div {
        font-size: 20px;
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 50%;
        padding-bottom: 50%;
    }

    .about-us div p {
        text-align: left;
    }

    .games a img {
        width: 100px;
        height: auto;
        border-radius: 7px;
    }

    .games a button {
        font-size: 13px;
        padding: 3.5%;
        width: 170px;
        margin: 5%;
    }

    .games {
        margin-top: 50%;
        margin-bottom: 50%;
    }

    .social-media a img {
        width: 30px;
        margin: 5%;
    }

    .social-media div {
        padding-top: 65%;
        padding-bottom: 65%;
    }

    .support-us {
        padding-top: 60%;
        padding-bottom: 60%;
    }

    .support-us a button {
        font-size: 13px;
        padding: 3.5%;
        width: 150px;
        margin: 5%;
    }

    footer img {
        width: 150px;
    }

    footer {
        padding-top: 10%;
        padding-bottom: 10%;
    }

}
