.banner {
    background-color: var(--color-sunshine);
    align-items: center;
    justify-content: center;                                                                                                                                                                            
    display: flex;
    width: 100%;
}

.banner img {
    max-height: 40vh;
}