body {
  font-size: 1rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-color: #ffb6c1;
  margin: 0;
}
p {
  text-align: center;
}
ul {
  text-align: center;
  list-style: none;
}
.quizlink {
  text-align: center;
}
h1 {
  text-align: center;
  background-color: rgb(216, 162, 227);
  padding: 0;
  margin: 0;
  width: 100%;
}
footer {
  text-align: center;
  background-color: #d8a2e3;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.multiple-choice {
  text-align: center;
  width: 100%;
}
.multiple-choice button {
  width: 600px;
  height: 200px;
  background-color: #d8a2e3;
  font-size: 40px;
  font-weight: 1000;
  margin: 6px;
  padding: 0;
}
.questionTxt {
  font-size: 38px;
  font-weight: 300;
  color: #591766;
}
.restart {
  text-align: center;
  font-size: 100px;
  width: 100%;
  height: 150px;
  background-color: #d8a2e3;
  color: #591766;
}
.scoretxt {
  font-size: 89px;
  color: #591766;
}
