body {
    margin: 40px 0;
    background-color: #1174B6;
}
.content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 5%;
}

.header-image {
    margin: 0 auto;
}

.image-1 {
    margin: 40px auto 0 auto;
}

.image-2 {
    margin: 0 auto;
}

/* Added responsive image handling */
img {
    max-width: 100%;
    height: auto;
}

.footer{
    background-color: #1174B6;
    color: #fff;
    padding: 1vw;
    background-size: cover;
    word-wrap: anywhere;
}
.footer a{
    color: #fff;
    text-decoration: none;
}
.footer a:hover{
    color: #fff;
    text-decoration: underline;
}
.footer .container{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* Center the content */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
p{
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.125;
    font-family: "Roboto",sans-serif;
    font-weight: bold;
    font-style: normal;
}