
#warningLights{
  background-color: #222;
  border-radius: 10px;
width: 170px;

  align-items: center;
  padding: 10px;
}
span, .light{
  height: 50px;
  width: 50px;
  border: 1px solid black;
  border-radius: 50%;;
  background: yellow;
  display:inline-block;

}
.red{
  background: rgb(84, 0, 0);

}
.yellow{
  background:rgb(63, 63, 0);

}
.green{
  background: rgb(4, 47, 4);
}