body {
    font-family: "Roboto", sans-serif;
    padding-top: 65px;
    background-color: #fafbfc;
    margin: 0;
}

.top-bar {
    height: 65px;
    position: fixed;
    width: 100%;
    background: white;
    z-index: 1000;
}

.banner {
    min-height: 400px;
    background-color: #f5f5f5;
}

@media (max-width: 767px) {
    .banner {
        min-height: 150px;
    }
}

.event-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    background-color: #e0e0e0; 
}