text-align: left;
}
+/* do-n-donts */
+
+#do-n-donts {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-evenly;
+ text-align: left;
+}
+
+#do-n-donts h1 {
+ text-align: center;
+ flex: 100%;
+}
+
+#do-n-donts h2 {
+ font-family: BAHNSCHRIFT, Montserrat, Tahoma, Arial;
+ text-align: center;
+}
+
/* contact-us */
+
#contact-us a:hover {
text-decoration: underline;
}
/* announcements */
+
#announcements h2 {
font-family: BAHNSCHRIFT, Montserrat, Tahoma, Arial;
margin-top: 50px;
}
/* override */
+
.material-icons {
vertical-align: middle;
}