*{
box-sizing: border-box;
}
body{
margin: 0px;
width: 100vw;
height: 100vh;
background-color: #020202;
overflow: hidden;