
/* reglas CSS para formulario */
    .boton{
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: darkgreen;
    border-radius: 6px;
    border: 2px solid #4CAF50;
  }
  .boton:hover{
    color: ghostwhite;
    background-color: darkblue;
  }
