*{
    margin: 0;
    padding: 0;
}
.nb{
    display: flex;
    justify-content: center;
    align-items: center;
}
.notice{
    width: 100%;
    height: auto;
    /* border: 0.5px solid black; */
    /* border-radius: 10px; */
    /* margin: 50px 50px; */
}
.notice h2{
    background: green;
    padding: 5px;
    text-align: center;
    color: wheat;
}
/* .marq{
    text-align: center;
    padding: 2px;
    object-fit: contain;
}
.marq h6{
    font-size: 15px;
}
.marq a{
    text-decoration: none;
    color: black;
    text-transform: capitalize;
} */