/* font-family: 'Righteous', cursive;
font-family: 'Abril Fatface', cursive;
font-family: 'Bree Serif', serif; */
body {
  background-image: url("../images/stillBAD.png");
  background-size: cover;
  font-family: 'Abril Fatface', cursive;
  width: 100vw;
  height: 100vh;
}

h1 {
  text-align: center;
  color: #d4af37;
  font-weight: bolder;
  padding: 30px;
  font-size: 50px;
}

p {
  margin: 5px;
  font-weight: bold;
  color: deeppink;
  font-size: 25px;
}

h2 {
  margin: 60px;
  font-weight: bold;
}

h4 {
  margin: 20px;
  font-weight: bold;
}


.answer-choice {
    border: 1px solid #d4af37;
    border-radius: 5%;
	  width: 40%;
	  color: #d4af37;
    text-align: center;
    margin: 10px auto;
    font-size: 24px;
    background-color: #282828;

}

.answer-choice:hover {
  cursor: pointer;
  background-color: pink;
}

#answer-block {
  text-align: center;
}

#question-block {
  text-align: center;
  font-weight: bold;
}

#reset {
  visibility: visible;
}

.wrapper {
  /* border-radius: 40%; */
  margin: 5px auto;
  background-color: rgba(255, 255, 255, 0.7);
  border: 3px solid #d8bb46;
  height: 550px;
  width: 80%;
  text-align: center;
}

.btn {
  position: relative;
  bottom: -90px;
}

/* #start, #reset {
  color: #d8bb46;
  background: #282828;
  padding: 10px 40px;
  font-size: 20px;
} */
