body {
    font: 14px arial bold, sans-serif;
}

h2 {
    text-align: center;
    color: #003399;
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
}

p.data {
    color: white;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.jumbo {
    position: relative;
    font-family: 'Arial Bold';
    text-align: center;
    font-style: italic;
    font-size: 3rem;
    color: rgb(255, 255, 255);
}

table {
    width: 80%;
    margin-left: 10%;
    border-collapse: collapse;
    background-color: white;
}

th,
td {
    border: 1px solid #003399;
    padding: 5px;
    text-align: center;
}

table tr:nth-child(odd) {
    background-color: #ffffff;
}

footer {
    background-color: rgba(92, 66, 48, 0.70);
    width: 80%;
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
    border-style: double;
    border-width: 5px;
    border-color: #211812;
}

img.logo {
    float: right;
    width: 120px;
    height: 120px;
    border: solid;
    border-width: 3px;
    border-color: #003399;
}