*{
    margin: 0;
    padding: 0;
}
.nb{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px 30px;
}
.notice{
    width: 100%;
    max-width: 900px;
    max-height: 70vh;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 18px;
}
.notice h2{
    background: green;
    padding: 5px;
    text-align: center;
    color: wheat;
}
.notice-item{
    padding: 14px 10px;
    border-bottom: 1px solid #e9ecef;
}
.notice-item:last-child{
    border-bottom: none;
}
.notice-link{
    display: block;
    text-decoration: none;
    color: #212529;
    font-size: 16px;
    line-height: 1.5;
}
.notice-link:hover{
    color: #0d6efd;
}
.notice::-webkit-scrollbar{
    width: 10px;
}
.notice::-webkit-scrollbar-thumb{
    background: #adb5bd;
    border-radius: 999px;
}
.notice::-webkit-scrollbar-track{
    background: #f1f3f5;
    border-radius: 999px;
}
/* .marq{
    text-align: center;
    padding: 2px;
    object-fit: contain;
}
.marq h6{
    font-size: 15px;
}
.marq a{
    text-decoration: none;
    color: black;
    text-transform: capitalize;
} */
