
*{
    box-sizing: border-box;
}

body{
    margin:0;
    padding:0;
    background-color: rgb(36, 36, 36);
    height:100vh;
}

