  .fondo{
      
      font-family: Arial, sans-serif;
      background: linear-gradient(to right, #ffd6e8, #ffe0f0);
     
    }

    h1 {
      color: #c2185b;
      margin-bottom: 20px;
    }

    .frase {
      font-size: 18px;
      margin-bottom: 25px;
      color: #444;
    }

    .imagen {
      margin: 20px 0;
    }

    .imagen img {
      max-width: 100%;
      height: auto;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .estudiantes {
      font-size: 14px;
      color: #555;
      margin-top: 25px;
    }