body{
    text-align: center;
    background-color: lightgreen;
}

.title{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
    margin: auto;
    font-size: 80px;
    text-decoration: underline;
    color: rgb(255, 166, 0);
}

.instructionsBlueCar{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
    margin-top: 50px;
    font-size: 30px;
    font-weight: bolder;
    color: lightcoral
}

.instructionsRedCar{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
    margin: 0px;
    font-size: 30px;
    font-weight: bolder;
    color: lightcoral
}

#canvas{
    position: center;
    top:50%;
    left:50%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
    margin-top: 60px;
}

.results{
    position: center;
    top:40%;
    left:50%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
    font-size: 60px;
    margin-top: 30px;
    color: purple;
}

#startbutton{
    width: 200px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 280%);
    font-family: 'Courier New', Courier, monospace;
    font-size: 24px;
    font-weight: bold;
    border-radius: 25px;
}

#startbutton:hover{
    background: rgb(192, 191, 191);
    color: white;
}