*, 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(./../images/bg-hotro789.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;
}