

body {
  background-color: black;
  color: lightgreen;
  font-family: monospace;
}

h1 {
  border-color: darkgreen;
  color: white;
  font-family: Comic;
}

h2 {
  border-color: darkgreen;
  color: white;
  font-family: Comic;
}

     .menu a {
            float: left;
            color: white;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
            font-size: 20px;
         }

      footer {
          position: fixed;
            padding: 5px;
            bottom: 0;
            width: 100%;
            height: 50px;
            background: rgb(55, 61, 55);
            color: white;
            font-size: 30px;
            
        }
        



