* {
    box-sizing: border-box;
}
html {
    font-size: 100%;
}

body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
}

button,
a {
    cursor: pointer;
}

button,
button:focus,
button:active {
    outline: transparent;
    border: none;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

input[type=search] {
    font-size: max(1em, 16px);
}
