/* * {
    margin: 0px;
    padding: 0px;
} */

#notification-bar {
    margin: auto;
    background-color: #fff;
    height: 45vh;
    width: 100%;
    overflow: hidden;

}

#heading {
    background-color: #206897;
    color: white;
}

#heading h1 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
}

#notifications {
    padding: 2px 16px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}

#notifications a {
    color: #000;
    text-decoration: none;
}

#notifications a:hover {
    color: #206897;
}
marquee{
    height: -webkit-fill-available;
}
.margin-between{
    margin: 13px 0px;
}


/* my style css for principal's message section */
#principal-message{
    display: flex;
}
#principal-message div{
    width: 50%;
    color: white;
}
@media only screen and (max-width: 990px) {
   #principal-message{
        flex-direction: column;
    } 
    #principal-message div{
        width: 100vw;
        text-align: center;
        padding-right: 7%;
    }
    #principal-message div img{
        margin-bottom: 12%;
    }
    .center-text{
        text-align:center;
    }
    
  }