p{
  font-size: 50px;
  font-family: Arial;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

button{
  background-color: grey;
  font-size: 25px;
  border-radius: 4px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}