@import url(blocks/block1.css);
@import url(blocks/block7.css);
@import url(blocks/block8.css);
@import url(blocks/block9.css);
@import url(blocks/to-top-button.css);
@import url(blocks/fullscreen-menu.css);

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    margin: 0px;
    background: #0B0B0B;
    color: white;
    font-family: "Montserrat";
    font-size: 1vw;
    z-index: -1000;
    position: relative;
}

.background3 {
    background-image: url("../images/background-1.png");
    background-position: top center;
    background-size: 100% 70%;
    background-repeat: no-repeat;
}