.body-container {
    background: url(../images/school-bg.svg);
    width: 100%;
    height: 98vh;
    /* background-size: cover; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: sans-serif;

}

.content-container-main {
    border: 2px solid #2274e0;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
    background-color: #e7f0fc;
}

.page-title {
    font-size: 60px;
}

.content-container {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}