* {
box-sizing:border-box;
margin:auto;
padding:auto;
}

body
{
    background-color: rgb(100, 25, 25);
}
