diff --git a/base.css b/base.css
index 603beda..c0a5c0b 100644
--- a/base.css
+++ b/base.css
@@ -201,3 +201,10 @@ hr {
padding-top: 16px;
padding-bottom: 16px;
}
+
+.announcement {
+ margin-top: 30px;
+ padding: 30px;
+ padding-bottom: 15px;
+ background-color: #F0CC71;
+}
diff --git a/index.html b/index.html
index 80b7634..44aac0d 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@