
html{
    height: 100% !important;
    scroll-behavior: smooth;
}

body{
    position: relative;
}

img{
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
}

a{
    color: inherit;
}
button{
    background: none;
    border: none;
    padding: unset;
}
.wrapper{
    margin: 0 auto;
    position: relative;
}

* {
    margin: 0px;
    padding: 0px;
}
