body {
background: black;
}
h1{
  text-align: center;
  position: fixed;
  top:0;
  left:0;
  padding:3px;
  margin:0;
  width:100%;
  background-color:black;
  color:white;
  font-family: helvetica;
  font-size:10px;
  word-spacing:80px;
  overflow:hidden;
  overflow-x:hidden;
  
}

li {
  display: inline;
  margin-right: 10px;
}

a {
  color:white;
      text-decoration: none;}
      a:hover {
        opacity:.7;}
     a:hover img{
        opacity:.7;}
