body{
  background-color:#E7E4E4;
  color:red;
  margin-top:30px
}
  
.banner{
           position:fixed;
           top:0;
           }  
a:link {
  color: black;
  background-color: transparent;
  text-decoration:none;
}
a:visited {
  background-color: transparent;
  text-decoration:none;
  }
a:hover {
  color:#FE7676;
  background-color: black;
  text-decoration:none;
  }
  
  
  .heading{
    text-align:center;
    font-family:Impact;
  }