h1 {
    font-size: 2rem;
    font-weight: bold;
}

input,
textarea,
select {
    background-color: oklch(27.8% 0.033 256.848);
    color: white;
}

input[type="file"]::file-selector-button {
    background-color: oklch(37.9% 0.146 265.522);
    color: white;
    border: 1px solid oklch(23.536% 0.08164 266.242);
    border-radius: 5px;
    padding: 6px 10px;
    cursor: pointer;
}
input[type="file"]::file-selector-button:hover {
    background-color: oklch(27.692% 0.10354 266.127);
}

a,
button {
    cursor: pointer;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Adjust opacity as needed */
    z-index: 1;
}

.hero {
    background-image: url("../images/hero.jpg");
}

[x-cloak] {
    display: none !important;
}

#map {
    aspect-ratio: 1/1;
    width: 50%;
    margin: auto;
    z-index: 1;
}

#applicant-form {
    position: relative;
    z-index: 2;
}