
button {
  width: 100%;
  height: 100px;
  background-color: white;
  color: white;
  font-family: monospace;
  border: 3px solid black;
  border-radius: 10px;
}
.link a {
  text-decoration: none;
  color: black;
  font-family: monospace;
  font-size: 40px;
}


button:hover {
  background-color: #dedede;

}

a:hover {
  font-size: 45px;
}
