/************* RESET ***********/

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

h1,h2,h3,h4,h5,h6 {
    font-size: 1em;
    font-weight: normal;
}

ul {
    list-style-type: none;
}

input {
    border: none;
}

button {
    background-color: unset;
    border: none;
}

