body {
  text-align: center;
  font-family: "Arial", Arial, sans-serif;
  color: #4A4A49;
  background-color: #fff;
}

h1 {
  font-size: 25px;
  margin: 45px;
}

button {
  margin: 35px;
  color: white;
  background-color: black;
  border-radius: 15px;
  height: 100px;
  width: 250px;
  font-size: 30px;
  font-family: "Helvetica", Helvetica, sans-serif;
  letter-spacing: 7px;
}

button:hover {
  background-color: #202020;
  cursor: pointer;
}