/* RESET */

* {
    box-sizing: border-box;
    margin: 0;
    outline: transparent;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    appearance: none;
    background: none;
    border: none;
    color: inherit;
}