body {
    background-color: #e8e6e4;
}

.page-form-container {
    max-width: 992px;
}

.form-header {
    background-color:#1d3d91;
}

.text-form {
    color: #1d477d;
}

.text-title-1 {
    font-size: clamp(0.8rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #1d477d;
}

.text-title-2 {
    font-size: clamp(0.8rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #8c8053;
    font-style: italic;
}

.text-result {
    font-size: clamp(0.8rem, 5vw, 2rem);
    font-weight: 600;
    color: #1d477d;
}