* {
    box-sizing: border-box;
    
}


body {
    font-family: ubuntu, sans-serif;
    
    
}

table,
th,
td {
    border: 1px solid darkgrey;
    border-collapse: collapse;
    text-align: center;
    padding: 10px;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
        
}

table {
    box-shadow: 10px 10px 10px 0 #7fb9c2;   
}


thead tr:nth-child(1) {
    background-color: #7fb9c2;
    font-size: 30px;
}
thead tr:nth-child(2) {
    background-color: #628ca6;
    color: #ffffff;
    font-size: 20px;
}

tbody tr:nth-child(odd) {
    background-color: #e7f0ed;
}

tbody tr:nth-child(even) {
    background-color: #e7ffed;
}

tfoot tr:first-child  {
    background-color: #7fb9c2;
    color: black;
    font-size: 13px;
}


tbody tr:nth-child(5) td:first-child {
    font-style: italic;

}

tbody tr:nth-child(4) td:nth-child(3) {
    background-color: #628ca6;
    color: white;
}
