@import url('reset.css');
@import url('preloader.css');
@import url('header.css');
@import url('hero.css');
@import url('main.css');
@import url('relase.css');
@import url('footer.css');

body{
    background-color: #ffffff;
    behavior: 'smooth';
}

* {
    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* IE / Edge */
}

*::-webkit-scrollbar {
    display: none;               /* Chrome / Safari */
}

.demo{
    position: absolute;
    top: 40%;
    left: 20px;
    font-size: 70px;
    font-weight: 900;
    color: red;
    z-index: 200000;
}