diff --git a/style.css b/style.css index c196e41..20686b7 100644 --- a/style.css +++ b/style.css @@ -83,6 +83,8 @@ h2.desc { } #headline { + background-color: white; /* prevent styled block elements from overlapping */ + z-index: 999; text-align: center; float: right; }