body {
  background-color: black;
  color: white;
  font-family: Dosis;
}

.question-container {
  padding: 5px;
  border-style: outset;
  border-color: grey;
  border-top-color: white;
  border-bottom-color: black;
  background-color: grey;
  border-width: 5px;
}

.question{
  text-shadow: 3px 2px blue;
  padding-left: 5px;
}

.answer {
  text-shadow: 3px 2px red;
  padding-left: 20px;
}

h1{
  text-shadow: 3px 2px grey;
}

font-family: 'Dosis', sans-serif;