body {
  background-color: whitesmoke;
  margin: 15rem;
  z-index: 20 !important;
}

#logo {
  max-width: 65%;
  max-height: 65%;
  height: auto;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1; /* Ajusta la opacidad según sea necesario */
  z-index: -10 !important;
}

.encabezado_principal {
  color: #9000fc;
  font-weight: bold;
  font-family: Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
}

#typewriter {
  color: #9000fc; 
  font-weight: bold;
  font-family: Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
  letter-spacing: 0.6rem;
}

.descripcion  {
  color: #221e63;
  font-weight: bold;
  font-family: Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
}

.eslogan{
  color: #9000fc;
  font-weight: bold;
  font-family: Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
}

.invitacion {
  color: #221e63;
  font-weight: bold;
  font-family: Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
}

#under-const {
  width: 20rem;
  height: auto;
  border-radius: 100%;
  display: block;
  margin: auto;
}

footer {
  background-color: #221e63;
  color:white;
  font-family: Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
  top: 2rem;
  bottom: 0rem !important;
}

#iconos i{
  font-size: 26px;
  margin: 2rem;
  padding: 0 0.5rem;
  display: flex;
  justify-content: center;
  color: #9000fc;
}

a {
  text-decoration: none !important;
}