body {
  width: 100%;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(
    135deg,
    #1e5799 0%,
    #eeeeff 0%,
    #eeeeff 12%,
    #ffffff 71%
  );
}
.container {
  margin: auto;
}
div {
  max-width: 1000px;
  padding: 20px;
}

h1 {
  font-size: 3.5em;
  font-weight: 500;
  color: #0e0862;
  font-size: clamp(2em, 8vw, 3.5em); 
  word-wrap: break-word; 
  overflow-wrap: break-word; 
}

h2 {
  margin-top: 30px;
  font-weight: 600;
  color: #0e0862;
}

p {
  font-size: 1em;
  color: #52565e;
  font-weight: 400;
}

a {
  font-weight: bold;
  color: #352e94;
  font-weight: 600;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 12px;
}

