html {
    scroll-behavior: smooth;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Heebo,sans-serif;
}

body{
    background: #0E1018;
}

* img {
    pointer-events: none;
    user-select: none;
}

*,*::before, *::after{
    box-sizing: inherit;
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
}

ul,
li{
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    font-size: inherit;
}

.body{
    height: 100%;
    background-image: url('../images/bg.png');
}