.race-hero {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin: 25px;

}

.race-hero h1 {
    color: black;
    font-family: Arial, serif;
    font-size: x-large;
    text-align: center;
}

.raceviewer {
    background-color: mintcream;
    display: flex;
    margin: auto;
    align-content: center;
    justify-content: center;
}

canvas {
    width: 800px;
    height: 600px;
}

#positions {
    background-color: black;
    color: greenyellow;
    font-family: "Terminus (TTF)", serif;
    font-size: x-large;
    width: auto;
    height: auto;
    padding: 10px;
}
