body {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    color: black;
}

.footer {
    background-color: #e8f1ff;
    margin-top: 5rem;
    background-image: url("background.jpg");
}
.container {
    text-align: justify;
    word-spacing: normal;
    hyphens: auto;
    word-wrap: break-word;
    margin-top: 50px;
}
img {
    width: 70%;
}
figure {
    text-align: center;
}
