* {
    margin: 0px;
    padding: 0px;

}

body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fdfeff;
}

/* body {
    padding: 20px;
} */

header {
    height: 10%;
}

header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo>* {
    width: 250px;
}

.call>* {
    width: 300px;
}

main {

    padding-top: 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;


}

.btn {
    color: #152c63;
    padding: 3rem 4rem;
    border: 1px solid #DEE5EA;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.title>* {
    font-weight: 600;
    color: #152c63;
}

.yes-no {
    display: flex;
    gap: 4rem;

}

.yes-no>* {
    font-weight: 900;

}

/* .call {
    font-weight: 500;
} */

footer {

    padding: 2rem 6rem;
    font-size: 14px;
    color: #8caaf2;
    margin-top: 5rem;
    background-color: #163070;
}

.footer {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #36a5e6;
}

.footer-p {
    text-align: center;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

}