body {
    height: 100%;
    width: 100%;
    margin: 0;
    background-image: url("Immagini/prato.jpg");
    font-family: sans-serif;
}

#container{
    position: relative;
    height: 90vh;
    width: 25%;
    left: 35%;
    margin-top: 20px;
    background-color: grey;
    overflow: hidden;
}
.line{
    position: absolute;
    height: 150px;
    width: 4%;
    margin-left: 48%;
    background-color: white;
}
#line_1{
    top: -150px;
}
#line_2{
    top: 150px;
}
#line_3{
    top: 450px;
}
.car{
    position: absolute;
    height: 60px;
    width: 40px;
    border-radius: 5px;
    /* box-shadow: 0px 1px 8px 0px purple; */
}
#car{
    bottom: 8%;
    left: 60%;
    background-color: gold;
}
.taxi{
	/* margin-top: 24px;   */
	/* margin-left: 5px; */
	height: 100px;
}
.f_glass{
    position: absolute;
    height: 20%;
    width: 60%;
    margin-left: 20%;
    top: 15%;
    border-radius: 0px 0px 5px 5px;
    background-color: black;
}
.b_glass{
    position: absolute;
    height: 20%;
    width: 60%;
    margin-left: 20%;
    bottom: 15%;
    border-radius: 5px 5px 0px 0px;
    background-color: black;
}
.f_light_l{
    position: absolute;
    height: 10%;
    width: 20%;
    margin-left: 10%;
    top: -6%;
    border-radius: 5px 5px 0px 0px;
    background-color: lightyellow;
}
.f_light_r{
    position: absolute;
    height: 10%;
    width: 20%;
    margin-left: 70%;
    top: -6%;
    border-radius: 5px 5px 0px 0px;
    background-color: lightyellow;
}
.f_tyre_l{
    position: absolute;
    height: 20%;
    width: 10%;
    background-color: black;
    top: 20%;
    left: -10%;
    border-radius: 5px 0px 0px 5px;
}
.f_tyre_r{
    position: absolute;
    height: 20%;
    width: 10%;
    background-color: black;
    top: 20%;
    left: 100%;
    border-radius: 0px 5px 5px 0px;
}
.b_tyre_l{
    position: absolute;
    height: 20%;
    width: 10%;
    background-color: black;
    top: 70%;
    left: -10%;
    border-radius: 5px 0px 0px 5px;
}
.b_tyre_r{
    position: absolute;
    height: 20%;
    width: 10%;
    background-color: black;
    top: 70%;
    left: 100%;
    border-radius: 0px 5px 5px 0px;
}
#car_1{
    top: -100px;
    left: 60%;
    background-color: violet;
	box-shadow: 0px 1px 8px 0px yellow;
}
#car_2{
    top: -200px;
    left: 40%;
    background-color: lightgreen;
	box-shadow: 0px 1px 8px 0px blue;
}
#car_3{
    top: -350px;
    left: 50%;
    background-color: lightblue;
	box-shadow: 0px 1px 8px 0px red;
}
#restart_div {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(41,41,41, 0.8);
    color: white;
    font-family: sans-serif;
    font-size: 40px;
    text-align: center;
    display: none;
}

#restart {
    border: none;
    padding: 25px;
    color: white;
    background-color: #8a64ff;
    font-size: 30px;
    margin-top: 30%;
}

.piccolo{
    font-size: 15px;
}

#score_div{
    position: absolute;
    margin-top: 16%;
    margin-left: 10%;
    font-size: 35px;
    background-color: white;
    color: #454545;
    padding: 10px;
    box-shadow: 4px 4px 0px 1px #808080;
}

.last_score{
	position: absolute;
    margin-top: 10%;
    margin-left: 75%;
    font-size: 35px;
    background-color: white;
    color: #454545;
    padding: 10px;
    box-shadow: 4px 4px 0px 1px #808080;
}

#last{
	text-align: center;
}

#tasti{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color:white;
}

audio { 
   display:none;
}




/*button*/


.return {
	position: absolute;
	top: 50%;
	left: 8.7%;
	border-width: 1px;
	border-style: solid;
	color: #FFFFFF;
	font-size: 18px;
	text-shadow: 1px 1px 1px #365207;
	border-radius: 22px;
	padding: 24px 60px 24px 60px;
}

.return:hover {
	color: #FFFFFF;
	background-color: #7cbf0f;
	border-color: hsl(83, 28%, 36%);
}

.return:active {
	color: #FFFFFF;
	background-color: #6aa30d; 
	padding: 25px 60px 23px 60px;
}
