#noticeContainer {
    width: 100%;
    display: flex;
    justify-content: center;
}

#notice {
    margin: 0px 0px 60px 10px;
    max-width: 600px;
    background-color: #82c9cd;
    border-radius: 10px;
}

#notice p {
    margin: 20px;
    color: black;
    font-size: 1em;
    font-weight: bold;
    text-shadow: none;
}