*{
    box-sizing: border-box;
}

body{
    margin: 0px;
    background-color: rgb(0, 0, 0);
    
    overflow: hidden;
}