.background {
    background-color: #0040FF;
    height: 100%;
}

.no-padding {
    padding: 0px!important;
    margin: 0px!important;
}

.no-margin-bottom {
    margin-bottom: 0px!important;
}

.qr-code {
    height: 60%;
}

.news {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    padding: 20px;
    position: relative;
    z-index: 2;
}
.news .container{
    background-color: #343a40;
    border-radius: 20px;
    padding: 20px;
}
}

.above {
    position:relative;
    z-index: 2;
}

.below {
    position:relative;
    z-index: 1;
}

.iframe-pagii {
    width: 100%;
    height: 507px;
    margin-top: -10px;
}

.overlay-section {
    width: 100%;
    height:100%;
    position:relative;
    max-height: 330px;
    z-index: 0;
}
.overlay-image {
    z-index: 1;
    position:absolute;
    left: 25px;
    top: 25px;
}

.cafetaria-menu {
    height: 50%;
    background-color: #000000;
    color: #FFFFFF;
}

.title {
    font-weight: bold;
    font-size: 24px;
    height: fit-content;
    margin-top: 10px;
}

.div-content {
    height:95%;
    font-size: 18px;
    background: #eff1f3;
    text-shadow: 0 0 black;
}

.announcement {
    height: 50%;
}

.announcement-full {
    height: 100%;
    background-color: #0040FF;
}

.marquee-wrapper {
overflow: hidden;
white-space: nowrap;
background: #27bbf3;
}
