* {

margin: 0; padding: 0; box-sizing: border-box;

}

body {

font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: lightgrey;

}

.container {

margin: 8px;

}

h1 {

border-bottom: 3px solid darkred;

}

table {
display: flex;
width: fit-content;

}

table, tr, th {

margin: 15px;
border: 2px solid black;

}

th {

background-color: blue;
width: 100px;

}

td {

text-align: center;
border: 1px solid black;
}

tr:nth-child(3) {

background-color: whitesmoke;

}

tr:nth-child(5) {

    background-color: whitesmoke;
    
    }

tr:nth-child(7) {

    background-color: whitesmoke;
        
    }

tr:nth-child(9) {

    background-color: whitesmoke;
        
    }

tr:nth-child(11) {

    background-color: whitesmoke;
            
    }

#text {

line-height: 1.5;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}

#quote {

display: none;
}