@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

*, html, body {
    margin: 0;
    padding: 0;
}

table {
    width: 90vw;
    margin: 0 auto;
}

tbody tr:nth-child(odd){
    background: #ccc;
}
thead {
    background: #64b5f6;
}

thead tr{
    text-align: left;
}

td, th {
    padding: 5px;
}

header {
    background: #e59913;
    width: 100vw;
    padding: 10vh 0;
    color: white;
    text-align: center;
    font-size: 4rem;
    font-weight: bolder;
    font-family: 'League Spartan';
    text-transform: uppercase;
}