*,
*::after,
*::before {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    list-style: none !important;
    text-decoration: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
}

*::-webkit-scrollbar {
    display: none;
}