html,
body {
    height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
    gap: 0;
}

body > .footer {
    margin-top: auto;
}

input[type='range'] {
    overflow: hidden;
    width: 80px;
    background-color: #9a905d;
}

input[type=range] {
    accent-color: black;
}

.validate_state,
.validate_resort,
.validate_firstname,
.validate_lastname,
.validate_phone,
.validate_email {
    color: red;
    display: none;
}