@import url(mainstyle.css);

*{
    scroll-behavior: smooth;
    margin: 0%;
    padding: 0%;
    box-sizing: border-box; 
}
.btn-close {
    background-image: unset;
}
a{
    color: inherit;
    text-decoration: none;
}  


