h1 {
  text-align: center;
}

.sub {
  text-align: center;
  font-style: italic;
}

#uitkomst {
  padding-top: 20px;
  padding-bottom: 20px;
}

.green{
  background-color: green;
  color: white;
}

.orange{
  background-color: orange;
}

