html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


html {
    background-color: #5071f4
}

body {
    min-height: 100vh;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
    margin-bottom: 0;
    color: white;
}

textarea::placeholder {
    opacity: 0.5 !important;
}