.bg {
    background-color: #40989f;
}

.title {
    color: #40989f;
    font-size: 30px;
}

.black-bold-title {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
}

.grey-text {
    color: grey;
    font-size: 20px;
}

.description {
    color: lightslategrey;
    font-size: 14px;
}

.img-header {
    width: 100%;
    background-image: url("../img/header.png");
    height: 730px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.questions {
    color: #40989f;
    font-size: 20px;
    font-weight: bold;
}

.yellow-bold-home {
    color: #f3ce00;
    font-weight: bold;
    font-size: 40px;
}

.white-bold-home {
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
}

.vertical-center-2 {
    min-height: 69vh;
    display: flex;
    align-items: center;
}
.vertical-center {
    min-height: 55vh;
    display: flex;
    align-items: center;
}

.width50 {
    width: 50%;
}

.form-answer-label {
    color: #40989f;
    font-size: 20px;
}

.table-red {
    background-color: #ff767b;
}

.table-grey {
    background-color: #c0c0c0;
}

.table-yellow {
    background-color: #fffe47;
}

.table-orange {
    background-color: #ff9629;
}

.table-blue {
    background-color: #11cdcc;
}

.table-rose {
    background-color: #ff97ca;
}

.table-green {
    background-color: #b2ffb9;
}
