body{
    background-color: lightgoldenrodyellow;
    margin: 60px;
    align-items: center;
    
} 

th{
    background-color: midnightblue;
    color: white;
    border-style: solid;
    border color: silver;
    padding: 15px; 

}
td{
    background-color: lightskyblue;
    border-style: solid;
    border color: silver;
    padding: 15px;  
    align-content: center;
    text-align: center;
}


table{
  margin-left: auto;
    margin-right: auto;
}

#total {
    
    text-align: center;
    font-size: 32px;
    color: red;
    background: blue;
    
}

#total:hover {
    
background: green;
}

#left {
    text-align: left;
}