*,
*::after,
*::before {
    box-sizing: border-box;
    font-family: "Nunito", sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    pointer-events: all;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
}
ol,
ul {
    list-style: none;
}
a {
    color: inherit;
    text-decoration: none;
}
button {
    background-color: inherit;
    border: none;
}
button:hover, button:focus {
    outline: none;
}
