.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: 0 auto;
}

.banner img {
    border-radius: 10px;
}

.bannerLogo {
    width: 35%;
    position: absolute;
    z-index: 1002;
    margin-bottom: 2%;
}
