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

input,
button {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    outline: none;
    border: none;
}

button {
    cursor: pointer;
}

ul {
    list-style-type: none;
}
