*,
*::before,
*::after{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html, body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
}

img, picture{
    display:block;
    max-width:100%;
}

a{
    text-decoration:none;
    color:inherit;
}

button, input, textarea, select{
    font:inherit;
}

button{
    border:none;
    background:none;
    cursor:pointer;
}