.intro-text {
    font-family: 'Antic Didone', serif;
    max-width: 800px;
    margin: 50px auto 50px auto;
    text-align: center;
    line-height: 1.8;
    font-size: 15px;
}

form {
    font-family: 'Antic Didone', serif;
    max-width: 750px;
    margin: 0 auto 60px auto;
}

label {
    font-size: 15px;
    color: #4a4a4a;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
    background-color: #F6F2E5;
    border: none;
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 18px;
    font-size: 14px;
    color: #4a4a4a;
}

textarea {
    resize: none;
    height: 110px;
}

.form-check {
    font-size: 13px;
    margin-top: 10px;
}

.btn-submit {
    font-family: 'Flatlion', cursive;
    background-color: #F6F2E5;
    color: #4a4a4a;
    border: none;
    padding: 0 50px;
    margin-top: 25px;
    font-size: 58px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #e6dfce;
}

.checkbox-button {
    flex: 1;
}

.checkbox-button input[type="checkbox"] {
    display: none;
}

.checkbox-button label {
    display: block;
    background-color: #F6F2E5;
    color: #4a4a4a;
    padding: 10px 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    margin-bottom: 0;
}

.checkbox-button label:hover {
    background-color: #e6dfce;
}

.checkbox-button input[type="checkbox"]:checked + label {
    background-color: #d4c4a8;
    color: #2a2a2a;
    font-weight: 500;
}
