#home-body {
    background-image: url(../images/simp-background.jpg);
    color: yellow;
    word-spacing: 15px;
    font-size: 32px;
}

#start-button{
    width: 200px;
    height: 90px;
    display:block;
    margin: auto;
    background-color: yellow;
    color:skyblue;
    text-align: center;
    font-size: 25px;
    padding-top: 40px;
}

body{
  background-color: yellow;
  color: skyblue;
}

.answer{
  width: 800px;
  height: 100px;
  display: block;
  margin: auto;
  text-align: center;
  font-size: large;
  background-color: skyblue;
  color:yellow;
}

h2{
  text-align: center;
  font-size: 50px;
  word-spacing: 15px;
}

p{
  text-align: center;
  font-size: 30px;
  word-spacing: 15px;
}

#moleman{
  width:100px;
  height: 100%;
}

#try-again{
  width: 250px;
  height: 120px;
  background-color: skyblue;
  color:yellow;
  font-size: 25px;
  border: 2px solid black;
  margin: 0 auto;
  line-height: 120px;
  text-align: center;
  position: absolute;
  top: 80%;
  left: 42.5%;
}

#next-question{
  width: 250px;
  height: 120px;
  background-color: skyblue;
  color:yellow;
  text-align: center;
  font-size: 25px;
  border: 2px solid black;
  margin: 0 auto;
  line-height: 120px;
  text-align: center;
  position: absolute;
  top: 80%;
  left: 42.5%;
}

#doh-pic{
  height: 450px;
  width: 380px;
  margin: 80px auto 50px auto;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#woohoo-pic{
  height: 450px;
  width: 380px;
  margin: 80px auto 50px auto;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#gif{
  display:block;
  margin: 0 auto;
  text-align: center;
}

#gif-para{
    text-align: center;
    font-size: 12px;
    word-spacing: 15px;
}

#home-button{
  width: 200px;
  height: 90px;
  display:block;
  margin: auto;
  background-color: skyblue;
  color:yellow;
  text-align: center;
  font-size: 25px;
  padding-top: 40px;
}

@media (min-width: 768px) and (max-width: 1024px) {

  .question{
    margin: 20px auto;
    width: 600px;
    height: 80px;
    font-size: x-large;
  }

  .question p {
    padding-bottom: 60px;
  }

  .answer{
    margin: 20px auto;
    width: 600px;
    height: 80px;
    font-size: medium;
  }

  #try-again{
    width: 200px;
    height: 90px;
    font-size: 20px;
    line-height: 90px;
    margin: 0 auto;
    top: 72%;
    left: 38%;
  }

  #next-question{
    width: 200px;
    height: 90px;
    font-size: 20px;
    line-height: 90px;
    margin: 0 auto;
    top: 72%;
    left: 38%;
  }

  #question-five p{
    font-size: x-large;
    padding-bottom: 20px;
  }
  
  #question-five p img {
    width: 120px;
    height: 120px;
    vertical-align: middle;
    padding-top: 20px;
  }

  #gif{
    padding-top: 25%;
  }

  #home-button{
    width: 200px;
    height: 90px;
    font-size: 20px;
    line-height: 90px;
    margin: 0 auto;
    top: 72%;
    left: 38%;
    padding-top: 0px;
  }

}

@media (max-width: 768px) {

  body {
    text-align: center;
    overflow-x: hidden;
    width: 100vw;
  }

  #home-body {
    background-image: none;
    background-color: skyblue;
  }

  #open-head {
    padding-top: 40px;
    font-size: 40px;
    max-width: 330px;
    width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
  }

  #open-para {
    padding-top: 40px;
    font-size: 20px;
    max-width: 330px;
    width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
  }

  #start-button {
    width: 120px;
    height: 10px;
    font-size: 15px;
    padding: 30px 10px 40px 10px;
    text-align: center;
    display: block;
    margin: 40px auto;
  }

  .question {
    margin: 20px auto;
    width: 300px;
    height: 80px;
    font-size: large;
  }

  .question p {
    font-size: large;
    padding-bottom: 20px;
  }

  .answer {
    margin: 10px auto;
    width: 300px;
    height: 80px;
    font-size: small;
  }

  #try-again {
    width: 150px;
    height: 70px;
    font-size: 15px;
    line-height: 70px;
    margin: 0 auto;
    top: 80%;
    left: 35%;
  }

  #next-question {
    width: 150px;
    height: 70px;
    font-size: 15px;
    line-height: 70px;
    margin: 0 auto;
    top: 80%;
    left: 35%;
  }

  #question-five h2 {
    font-size: xx-large;
  }

  #question-five p {
    font-size: medium;
    padding-bottom: 10px;
  }

  #question-five p img {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    padding-top: 10px;
  }

  #gif {
    padding-top: 20%;
    height: 250px;
    width: 250px;
  }

  p {
    font-size: large;
    width: 90%;
  }

  #home-button {
    width: 150px;
    height: 70px;
    font-size: 15px;
    line-height: 70px;
    margin: 0 auto;
    top: 80%;
    left: 35%;
    padding-top: 0px;
  }

}
