.all_notice_div{
    width: 100%;
   /* background-image: linear-gradient(rgba(250,242,8,0.5),rgba(186, 240, 121,0.9)); */
    align-items: flex-start;
    align-content: flex-start;
}
.all_notice_head{
    width:80%;
    background: white;
    margin-top: 10px;
}
.all_notice_head h1{
    color:black;
    font-weight: bold;
    letter-spacing: 3px;
}
.all_notice_div_1{
    width: 80%;
    background-image: linear-gradient(rgb(124 219 127 / 90%),rgba(186, 240, 121,0.9));
    box-shadow: 10px 10px 5px grey;
    margin-top: 30px;
    flex-direction: column;
    margin: 10px 0px 10px 0px;
}
.all_notice_text{
    width:60%;
    background: white;
    margin-top: 10px;
    flex-direction: row;
    flex-flow: row;
    padding: 0px 5px 0px 5px;
}
.all_notice_text p{
    margin: 8px 0px 8px 0px;
    width:100%;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    padding: 0px 5px 0px 5px;
}
.all_notice_div::-webkit-scrollbar{
    width: 1px;
    background-color: transparent;
}

.notice_p {
    text-decoration: none;
}