html {
    font-size: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
}

*,
:after,
:before {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

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

li,
ol,
ul {
    list-style: none;
}

a,
button {
    color: unset;
    text-decoration: none;
    transition: all .25s ease;
    border: unset;
    cursor: pointer;
}

body,
input,
label,
a,
textarea,
select,
button {
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
}