*,
*::before,
*::after {

    margin: 0;
    padding: 0;
    box-sizing: border-box;

}


img {

    display: block;
    max-width: 100%;

}


a {

    color: inherit;
    text-decoration: none;

}


button {

    background: none;
    border: none;

    cursor: pointer;

    font: inherit;

}


ul {

    list-style: none;

}