*, ::after, ::before{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body{
    overflow-x: hidden;
}

ul, ol{
    list-style: none;
}

button{
    background-color: unset;
    border: 0;
}

a{
    text-decoration: none;
    color: unset;
}