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

.button {
  
  background-color: white;
  border: none;
  color: black;
  padding: 10px 17px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
}


