body {
  background-color: hotpink;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  zoom: 140%;
}

button {
  border-radius: 5px;
  border-color: aqua;
  border-width: 2px;
  background-color: coral;
}

button a:visited {
  text-decoration: none;
}
