input, textarea {
    -webkit-appearance: none;
    appearance: none;
}

form div:focus-within label {
    color: var(--accent);
    transition: color 0.3s ease;
}