.image-s{
    height: auto;
    width: 180px;
    border: 2px solid #eee;
    text-align: center;
    border-radius: 4px;
    color: #7e7c7c;
}
.image-s img{
    height: auto;
    width: 100%;
}
.text-info{
    border-bottom: 2px solid #eee;
    display: flex;
    padding: 4px;
    margin: 4px;
}
.topic{
    border-right: 2px solid #eee;
    width: 120px;
    font-size: 16px;
    color: #7e7c7c;
    padding: 5px;
}
.data{
    color: #002D72;
    margin-left: 4px;
    padding: 5px;
}
.need_update{
    background-color: #002D72;
    color: white;
    font-size: 20px;
    padding: 30px 10px 30px 10px;
    text-align: center;
}
.submit{
    border: none; 
    padding: 5px 10px 5px 10px;
    background-color: white;
    font-size: 16px;
}
.notice_board{
    width: 90%;
    margin-left: 3%;
    background-color: #7aa4ed;
    background-image: linear-gradient(180deg, #4c7ed4 0%, #ee25b5 100%);
    color: white;
    padding: 5px;
    text-align: center;
    position: fixed;
    top: 120px;
    z-index: 9999;
    padding-bottom: 10px;
}
.infcont{
    border: 2px solid white;
    padding: 5px;
    margin-bottom: 10px;
}
.close_button{
    text-align: center;
}
button{
    background-color: white;
    padding: 5px;
    border: none;

}