body{
    font-family: 'Paris700';
    margin: 0;
    /* background-color: darkblue; */
}
h1{
    margin: 0;
    padding: 0;
    font-size: 50px;
    margin-right: 25px;
}
.time{
    width: 180px;
}
h2{
    margin: 0;
    padding: 0;
    font-style: italic;
    font-family: 'Paris300';
    font-size: 28px;
}
h3{
    margin: 0;
    padding: 0;
    font-family: 'Paris700';
    font-size: 28px;
    color: #2393cd;
}
table {
    width: 100%;
    height: 100%;
    font-family: 'Paris500', sans-serif;
    text-align: center;
}

th {
    background-color: #2393cd;
    color: white;
}

table, th, td {
    border: 1px solid white;
    border-collapse: collapse;
    color: white;
    padding: 10px;
    font-size: 32px;
}

th {
    color: white;
}

.gold {
    background-color: #d4af37;
}

.silver {
    background-color: #a9a9a9;
}

.bronze {
    background-color: #cd7f32;
}