body {
  background-image: url("images/background.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.section {
  background-color: white;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 4%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.section h1 {
  padding-bottom: 0.8em;
}
td.Yes {
  background-color: green !important;
}
td.No {
  background-color: red !important;
}
td.Yes,
td.No {
  color: white;
  font-weight: bold;
}
