Body {
  background-image: url(Imagenes/kurokuroo.gif);
  max-width: 900px;
  margin: auto;
  

}

.flexbox0 {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 20px;
  justify-content: center;

}
.navegacion {
  font-family: 'Poppins';
  list-style-type: none;
  display: flex;
  gap: 45px;
  flex-wrap: wrap;
  justify-content: center;
}


.flexboxinfo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 25px;
  padding-top: 15px;

}
.imagentexto1 {
  width: 100%;
  padding-bottom: 20px;
}
.flexbox1 {
  background-image: url(Imagenes/kurolofi.jpg);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 100px;
  margin-top: 20px;

}
.imagen {
  width: 80px;
}
.imagen1 {
width: 200px;
justify-content: center;
}
.imagen2 {
width: 180px;
justify-content: center;
}
.imagen3 {
width: 175px;
justify-content: center;
}
.tarjeta1 {
   background-color:rgb(222, 193, 243, 0.1);
   box-shadow: 0 3px 8px 0 rgb(12, 12, 12);
   backdrop-filter: blur(4.5px);
   -webkit-backdrop-filter: blur(4.5px);
   border-radius: 10px;
   border: 1px solid rgb(199, 153, 230);
   width: 250px;
   padding-top: 15px;
   text-align: center;
   margin: 10px;
}
h1 {
  color: rgb(118, 71, 150);
  font-family: "Parisienne", cursive;
  font-size: 55px;
  margin-bottom: 7px;
}
h2 {
  color: rgb(166, 114, 201);
  font-family: 'Poppins';
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
}
h3 {
  color: rgb(81, 40, 109);
  font-size: xx-large;
  font-family: 'Cookie';
  font-weight: 400;
  font-style: normal;
  }

.tarjeta1-cita {
  font-size: 18px;
}

.flexbox2 {
  width: 100%;
  justify-content:space-between;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-bottom: 20px;
}

.cont1 {
  font-family: 'Poppins';
  font-weight: 12;
}

.negrita {
  font-size: 16px;
  color: rgb(147, 108, 173);
  font-family: 'Poppins';
  font-weight: bold;
}  

p {
  font-size: 16px;
  color: rgb(36, 36, 36);
  font-family: 'Poppins';
  font-weight: 400px;
}
a {
  color: rgb(81, 40, 109);
  text-decoration: none;
}