*,
::before,
::after{
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    margin: 0;
}
body{
    overflow-x: hidden;
}
ul{
    padding: 0;
    list-style: none;
}
a{
    background: transparent;
    text-decoration: none;
    color: inherit;
}
menu{
    padding-inline-start: 0
}