/* Styles for the gallery */
.slider img {
    width: 100%;
    height: auto;
}

/* Styling for dropdowns */
.dropdown-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dropdown {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 45%;
}
