body {
  background-color: #000007;
  margin: 0 auto;
  max-width: 1200px;
    font-family: Effra, Calibri, Helvetica, Arial, sans-serif;
}
main {
  padding: 2.5%;
}

button {
  text-align: center;
  margin: 0;
  padding: 4%;
  width: 10%;
  border: none;
  font-size: 3.5em;
  font-family: Effra, Calibri, Helvetica, Arial, sans-serif;
  background-color:rgb(121, 231, 121) (11, 166, 193);
  color: rgb(0, 2, 0); /* white */
}

button:hover {
  background-color:rgb(195, 195, 43) (117,41,90);
}

/* used to make font-smaller for the START and DONE-buttons */
.half-size {
  font-size: 1.75em;
  padding-right: 1.5%;
  padding-bottom: 1.5%;
  padding-top: 1.5%;
  padding-left: 0;
}

h1 {
  margin: 0 auto;
}

textarea {
  text-align: center;
  /* font-size: 100px; */
  font-size: 7em;
  position: absolute;
  top: 15%;
  right: 35%;
  height: 18%;
  width: 15%;
  border: none;
  background-color: rgb(8, 254, 66);
  padding: 2%;
}

.question {
  text-align: center;
  font-size: 3.5em;
  position: absolute;
  top: 45%;
  right: 15%;
  height: 18%;
  width: 40%;
  padding-bottom: 1%;
  border: none;
  background-color: #1ea20d;
}

.message {
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 68%;
  right: 15%;
  /* height: 22%; */
  width: 40%;
  font-size: 1.2em;
  border: none;
  background-color: #2c8808;
}

img {
  position: absolute;
  top: 10%;
  right: 20%;
  width: 10%;
}
/* works in normal browsers, not the ipad */
footer {
  position: absolute;
  right: 0;
  bottom: 0;
  padding:1%;
  font-size: small;
}
