.page {
  max-width: 960px;
  min-width: 300px;
  margin: 0 auto;
}

html {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #454545;
  margin: 0px;
  padding: 0px;
  background-color: #f8f8f8;
  text-align: center;
}

header {
  text-align: center;
}
header span {
  font-size: 60px;
  font-size: 2em;
  color: #f16059;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

.ball {
  position: relative;
}
.ball img {
  width: 100%;
  /*max-width: 40em;*/
}
.answer {
  color: #222;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 38%;
  left: 46%;
  width: 11%;
  font-size: 80%;
  /*patch*/
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 5px rgb(0 0 0);
  font-size: 150%;
  width: 50%;
  left: 27%;
}

#questionButton {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-size: 1.875em;
  color: #f8f8f8;
  background-color: #f16059;
  border-radius: 5px;
  border: none;
  padding: 0.5em 1em;
  width: 80%;
  max-width: 15em;
  margin-top: 1em;
}

footer p {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75em;
}
