
body{
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;background-color: #a5abb1;
}
.quiz-app{
  background-color: white;
  /* padding: 30px; */
  border-radius: 15px;
  width: 80%;
}
