*{
    box-sizing: border-box;
}

.body{
    background-color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    
}

table{
    margin: 0 auto;
}

.sticky{
    position: sticky;
    top: 0;
    background-color: rgb(133, 89, 89);
}

header{
    background-color: aliceblue;
}

footer{
    position: fixed;
    bottom: 0;
    background-color: rgb(42, 91, 165);
    width: 1920px;
    text-align: center;
}