body {
    display: flex;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    background-color: #e2f1f6;
    flex-direction: column;
    align-items: center;
}


.content-body {
    display: flex;
    margin-top: 104px;
    height: auto;
    width: 100%;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 1440px) {
    .content-body {
        margin-top: 70px;
    }

}
@media (max-width: 1024px) {
    .content-body {
        margin-top: 60px;
    }

}