h1,h3,p{
	font-family:Segoe UI;
}
h4{
	font-family:Segoe UI;
	text-align: center;
}
body {
  background-image: url('../imagenes/fondo.webp');
  background-size: cover;
}

.recuadro-verde {
  background-color: rgba(6, 94, 35, 0.9);
  color: white;
  padding: 30px;
  margin: 40px;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
a{
	color: #0DC54A;
}

.boton-enlace {
      display: inline-block;
      padding: 10px 20px;
      background-color: white; 
      color: #065E23;              
      text-decoration: none;
      border-radius: 20px;
      font-family: Segoe UI;
      font-size: 16px;
      transition: background-color 0.5s ease;
    }
.boton-enlace:a {
      color: white;
    }

