/*all the color stuff and stuff like tht to make the webiste less dull and cool shi*/
body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
    color: white;
    padding: 20px;
}
h1,h2{
    color: #e10600;
}
table{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}
th,td{
    border: 1px solid #333;
    padding: 8px 12px;
    text-align: left;
}
th{
    background-color: #1a1a1a;
}
#race-map{
    border: 1px solid #444;
    background-color: #111;
}