body {
    background-color: rgb(224, 235, 242);
    color: #3a5baa;
    margin: 0;
    line-height: 2;
    font-weight: 500;
    padding: 0;
    font-family: 'Times New Roman', Times, serif;
}

h1 {
    font-size: 40px;
}

.mainBack {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    display: block;
}

.content {
    padding: 5px 30px;
    font-size: 23px;
    text-align: left;
    max-width: 90%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

footer p {
    background-color: #3a5baa;
    color: white;
    text-align: center;
    position: relative;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    font-size: 12px;
}

@media all and (max-width: 768px) {
    .content {
        max-width: 70%;
    }

    h1 {
        font-size: 1.8rem !important;
    }
}
