body{
    font-family: "Special Elite", "Courier New",  monospace;
    font-weight: 400;
    font-style: normal;
    line-height: 2.5rem;
    font-optical-sizing: auto;


    box-shadow: #C0C0C0 10px 5px 25px;
    padding: 2.5rem 4.5rem;
    margin: 2rem auto;

    width:80%;
    max-width: 900px;
}

header{
    text-align: center;
    font-weight: bold;
    line-height: 5rem;
}

.floating{
    
    margin-right: 2.5rem;
    margin-bottom: 2.5rem;

    /* Small devices (portrait tablets and large phones, 600px and up) */
    @media only screen and (min-width:600px) { 
        float: left;
    }

}

table{
    border-collapse: collapse;
    margin-bottom: 2.5rem;
}



th, td{
    text-align: left;
    font-weight: normal;
    min-width: 5rem;
    padding: 0 1rem;
    border: 1px solid gray;
}

.cellbg{
    background-color: #ecefec;
    
}

.total{
    font-weight: bold;
}

.lgfont{
    font-size: 1.5rem;
}

footer{
    text-align: center;
}