.carList{
        position: absolute;
        top: 78%;
        left: 55%;
        transform: translate(-182%, 50%);
        
        border: lightslategray outset 8px;
        background-color: aliceblue;
        color: darkblue;
        text-shadow: 0 0 3px white, 0 0 5px #0000FF;
        border-radius: 10px;
}

.carList a{
    color: black;
    font-size: 45px;
}


.waterlvl p{ 
    color: White;
    font-size: 460px;
    border: Purple outset 15px;
    text-shadow: 0 0 70px white, 0 0 70px purple;
    border-radius: 10px;
    text-align: center;
    
        position: absolute;
        top: 55%;
        left: 42%;
        transform: translate(-40%, -50%);
        
        
   
}

