body{
  background-color: white;
  color: black;
  font-family: Verdana;
}

h1{text-align:center;}


.top{
  font-size:25px;
  border: #609c70 15px solid;
  background-color:#609c70;
  border-radius: 10px;
  color:white;
  text-align:center;
  
  margin-left:75px;
  margin-right:75px;
    }
  
.toplinks{
  background-color: red;
  border: none;
  border-radius: 10px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: flex;
  font-size: 16px;
  cursor: pointer;
  
    width: 20px;
  height: 25px;
  flex-wrap: wrap;
  align-content: center;
  }