*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


img,
picture,
video,
canvas,
svg{
    display: block;
    max-width: 100%;
    pointer-events: none;
}

button{
    cursor: pointer;
    background-color: none;
    border: none;
}

button,
input,
select,
textarea{
    font:inherit;
}

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

li{
    list-style: none;
}
