@media only screen and (max-width: 750px){
    .banner-title{
        font-size: 25px !important;
    }
}


.siteInfoBanner {
    background-color: rgb(214, 99, 37);
    color: white;
    position: fixed;
    z-index: 1000;

    padding: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 1s;
    opacity: 0;

}

.siteInfoBanner p {
        text-align: center;
        font-weight: 500;
        margin: auto;
        width: min(80%, 1250px);
}

#siteInfoBanner-closeButton {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    font-size: 30px;
}