/* Events Notice Decoration */
.notice-box {

    border: 3px solid #f80808;
    border-radius: 24px;
    box-shadow: 0 6px 24px rgba(255,152,0,0.15);
    padding: 36px 32px;
    max-width: 700px;
    margin: 40px auto;
    text-align: center;
    position: relative;
}
.notice-box h1 {
    color: #d84315;
    font-size: 2.2em;
    font-weight: bold;
    margin-bottom: 24px;
    text-shadow: 2px 2px 12px #fffbe6;
}
.notice-box ul {
    font-size: 1.15em;
    margin-bottom: 24px;
    text-align: left;
    display: inline-block;
}
.notice-box li {
    margin-bottom: 18px;
    line-height: 1.7;
    padding-left: 8px;
}
.notice-box .notice-icon {
    font-size: 2.5em;
    margin-bottom: 18px;
    color: #ff9800;
    display: block;
}
.notice-box .highlight {
    color: #d84315;
    font-weight: bold;
    background: #fffde7;
    border-radius: 6px;
    padding: 2px 6px;
}
p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
h2 {
    font-size: 28px;
    color: #4a73d9;
    margin-bottom: 10px;
}
h3 {
    font-size: 24px;
    color: #4a73d9;
    margin-bottom: 10px;
}
h4 {
    font-size: 20px;
    color: #4a73d9;
    margin-bottom: 10px;
}
ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}
li {
    margin-bottom: 5px;
}
a {                 
    color: #4a73d9;
    text-decoration: none;
}               
a:hover {
    text-decoration: underline;
}   
img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}
button {
    width: 100%;
    background-color: #4a73d9;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    animation: blink 2s infinite;
}
button:hover {
    background-color: #3b5bb5;
}

@keyframes blink {
    0%, 100% { background-color: #eee2e3; }
    50% { background-color: #ec0909; }
}           
.header {
    background-color: #f4f4f4;
    padding: 10px 0;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header h1 {
    margin: 0;
    font-size: 36px;
    color: #333;
}
.header a {
    color: #4a73d9;
    text-decoration: none;
    font-size: 18px;
    margin: 0 15px;
}
.header a:hover {
    text-decoration: underline;
}
.footer {
    background-color: #f4f4f4;                  
    text-align: center;
    padding: 10px 0;
    border-top: 2px solid #ddd;
    margin-top: 40px;
}
.footer p {
    margin: 0;
    color: #666;
    font-size: 14px;
}
.main {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.main h1 {
    font-size: 32px;    
    margin-bottom: 20px;
}   
.main p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}
.