body {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    color: black;
}
.carousel {
    width: 90%;
}
.carousel-item img {
    height: 300px;
}
.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;
}
