body {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

#box {
    width:800px;
    height:250px;
    
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top:300px;   
}

.box{
    position:absolute;
    z-index:999;
    margin-top:1200px; 
}

.box2{
    position:absolute;
    z-index:999;
    margin-top:650px;
}

.box3{
    position:absolute;
    z-index:999;
    margin-top:950px;
    
}

.timer{
    font-size:90px;
    color: black;
    position: absolute;
    top:300px;
}

.timer2{
   background-color:white;
   padding:20px;
}


.info {
    font-size:100px;
    color:white;
    position: absolute;
    top:100px;
    z-index:9999;
    background-color:red;
    padding:25px;
}

.infohide{
    display:none;
}

.car{
    position: absolute;
    margin-top:400px;
    width:500px;
    z-index:9999;
    margin-right: 400px;
}
.start{
    width:130px;
    height: 50px;
    background-color:black;
    color: white;
    font-size:15px;
    padding:10px;
    margin:20px;
    cursor: pointer;
    border-radius:10px;
    z-index:99999;
    position:absolute;
    top:0;
}

.stop{
    width:130px;
    height: 50px;
    background-color:black;
    color: white;
    font-size:15px;
    padding:10px;
    margin:20px;
    cursor:pointer;
    border-radius:10px;
    z-index:99999;
    position:absolute;
    top:100px;

}

.background {
    margin-left:1700px;
    margin-bottom: 0px !important;
}

.dispnone{
    display:none;
}
.instructions{
    position:absolute;
    color:black;
    background: rgba(254, 255, 254, 0.452);
    padding:20px;
    left:40px;
    top:40px;
    width:30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.instructions li, p{
    font-size:20px;
    font-weight:bold;
}

.instructions h1{
   
    color:black;
    background-color: rgb(red, green, blue) ;
    padding:20px;
   
    font-size:30px;
}

#startingInfo{
    position:absolute;
    top: 5px;
    color: black;
    font-weight: bold;
    font-size:25px;
}

@media (min-width:1366px) to (max-width:1670px)