diff --git a/agenda.html b/agenda.html
index c7f7716..d5fe5ca 100644
--- a/agenda.html
+++ b/agenda.html
@@ -176,6 +176,23 @@
@media (max-width: 1024px) { .navigation-section a { margin: 0 0.8em; } }
.navigation-section a:hover { color: #757575; }
+ /* Announcement Banner */
+ .announcement-banner {
+ background-color: #FFD02B;
+ text-align: center;
+ padding: 0.6em 1em;
+ font-family: var(--pico-font-family-monospace);
+ font-size: 16px;
+ color: #000000;
+ z-index: 99;
+ position: relative;
+ }
+ .announcement-banner a {
+ color: #000000;
+ font-weight: 700;
+ text-decoration: underline;
+ }
+
/* Speakers Section - copied from index.html */
.speakers-section {
margin-top: -4em;
@@ -257,6 +274,10 @@
+
+
+
+