.nsla-container{
    width: 85%;
    margin: auto;
    background-color: #ffc5aa;
    border-radius: 10px;
}
.notice h1{
    text-align: center;
    padding: 25px;
    margin: 0;
    color: white;
}
.notice a{
    text-decoration: none;
    background-color: #fb6824;
    color: white;
    padding: 2px;
    border-radius: 3px;
}
.notice a:hover{
    background-color: white;
    color: #fb6824;
}