/* Custom styles for the index page */
.index-main {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
}

.index-banner {
    max-width: 100%;
    height: auto;
}
