#site-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2c2c2c;
    color: white;
    padding: 15px;
    text-align: center;
    z-index: 1000;
    font-family: sans-serif;
    font-size: 14px;
}

#site-notice a {
    color: #ffffff;
    text-decoration: underline;
}

#site-notice button {
    margin-left: 15px;
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}