html {
  background-color: blue;
  font-family: Verdana;
}

.toplinks {
  color: black;
  display: block;
  text-align: center;
  }
  
  .text-middle {
    text-align: center;
    }
    
    p {
      color: black;
      }
      
      .about {
        font-size: 18px;
        }
        
        .currentlink {
          display: block;
          text-align: center;
          color: gold;
          }