.led{
  width: 20px;
  height: 20px;

  background-color: rgba(255, 0,0, 0.2);

  border-radius: 100%;
  overflow:hidden;
  display: inline-block;

}
