*, body {
    font-family: "Roboto";
    padding: 0;
    margin: 0;
    list-style: 1.3;
    color: #000000;
    font-style: 16px;
    font-weight: 400;
    box-sizing: border-box;
}

body {
    overflow: hidden;
}

.wp-site {
    background-image: url(/cm88/img/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    height: 100vh !important;
    overflow-y: hidden;
    position: relative;
}

.container {
    max-height: 1100px;
}

@media screen and (max-width: 1024px ) {
    .container {
        max-width: 815px;
    }
}