.container {
  text-align: center;
  padding-top: 50px;
}

h1 {
  font-size: 3em;
}

button {
  font-size: 2em;
  padding: 20px 40px;
  border-radius: 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
  margin-top: 50px;
}

button:hover {
  background-color: #3e8e41;
}

p {
  font-size: 2em;
  margin-top: 50px;
}

