@font-face {
    font-family: GoodDog; src: url('GOODDP__.TTF');
}
body {
    font-family: GoodDog, sans-serif;

}
h1{
    margin-left: 5px;
    margin-top:5px;
    margin-bottom: 5px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;

  }
  
  ul li {
    float: left;
  }
  
  ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  ul li a:hover {
    background-color: #111111;
  }
  ul li a.active {
    background-color: #04AA6D;
  }
  .footer {
    position: fixed;
    
    padding: 0;
    bottom: 0px;
    overflow: hidden;
    background-color: white;
    width: 100%
 }
 .footer a{
    color:black;
 }
 .footer p{
    position: absolute;
    bottom: 0;
 }
