/* css/style.css */
#imageContainer {
    position: relative;
    width: 100%;
    height: 100%; /* Adjust the height to match the aspect ratio of your satellite image */
    background-image: url('/assets/st_anne.jpg');
    background-size: cover;
    background-position: center;
}