      .rectangulo_rojo {
     width: 40px; 
     height: 30px; 
     border-radius: 50%;
     background: red;
}

      .rectangulo_amarillo {
     width: 40px; 
     height: 30px; 
    border-radius: 50%; 
     background: yellow;
}


      .rectangulo_verde {
     width: 40px; 
     height: 30px; 
     border-radius: 50%;
     background: green;
}


      .rectangulo_negro {
     width: 40px; 
     height: 30px; 
     border-radius: 50%;
     background: black;
}
