.banner-search-button {
    width: 400px; 
    height: 50px; 
    font-size: 1.2rem; 
    background-color:#EA3323;
}
.banner-container {
    /* even though this is marked  red, when running, the image path can be found */
    background: url("/images/banner.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content {
    pointer-events: auto;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 12px;
}

.year-select {
    width: 100%;
    max-width: 200px;
    max-height:50px;
    height: 100%;
    font-size: 1.2rem;
    padding: 4px;
}



