body {
  background-color: #FFFCC9;
}

.big-screens {
  margin:auto;
  margin-top: 50px;
  max-width: 900px;
}

.text-orange {
  color: #e7622a;
}
.text-green {
  color: #69744a;
}
-bg-orange {
  background-color: #e7622a;
}
.bg-green {
  background-color: #69744a;
}

