body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: linear-gradient(108deg, #CAC4F8 2.36%, #A162BC 49.37%, #E4A7A7 100.68%);
  background-size: cover;
  opacity: 0.75;
  font-family: "Inter", sans-serif;
}

.container {
  color: white;
  font-family: inherit;
  font-weight: 600;
}

.box.glass {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.icon svg {
  transform: translateY(1px); /* or -1px depending on the nudge you need */
}

.description-font {
  color: #FFF;
  font-family: "Maven Pro", sans-serif;
  font-size: 34px;
  font-weight: 500;
  -webkit-text-stroke: 1px #FFF;
}
