input::placeholder {
    color: rgb(217, 180, 230);
    opacity: 1;
}

input {
    display: block;
    margin-bottom: 10px;
}

option:checked {
    background-color: rgb(105, 21, 184) !important;
    color: white !important;
  }

textarea::placeholder {
    color: rgb(200, 200, 200); /* Light gray so it pops against the purple */
    opacity: 1;
  }