body {
  margin: 0;
  padding: 0;
}

.image {
  background-image:url(aakx_usr5_220301.jpg) ;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;          
  padding: 50px 50px;           
  box-sizing: border-box;
}

.signal {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: black;
  padding: 10px;
  margin-bottom: 320px;
  border-radius: 20px;
  width: 80px;
  height: 250px;
  justify-content: space-between;
}

.light {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: gray;
  margin: 0 auto;
}

.active-red {
  background: red;
}

.active-yellow {
  background: yellow;
}

.active-green {
  background: green;
}

#red, #yellow, #green {
  border: 2px solid black;
  border-radius: 50%;
  height: 80px;
  cursor: pointer;
}

.car {
  width: 250px;
}

#car-svg {
  width: 100%;
  position: relative;
}


.buttons {
  display: flex;
  justify-content: center;
  margin-right: 180px;

}
.buttons button {
  padding: 10px 20px;
  font-size: 16px;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 12px;
}