body {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b7d4eb; 
  font-family: Arial, sans-serif;
}

.card {
  background-color: #fff;
  width: 300px;
  padding: 40px 20px;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.circle {
  width: 100px;
  height: 100px;
  
  border-radius: 50%;
  margin: 0 auto 20px;
}


.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover; /*  ajustar la imagen  */
}


h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

ul li {
  margin: 12px 0;
  font-size: 18px;
}
