body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 2;
  background-color: rgb(238, 236, 234);
}

.jumbotron {
  text-align: center;
  background-color: rgb(238, 236, 234);
  color: #093641;
  border-bottom: 10px solid #093641;
  padding-bottom: 10px;
}

#currentDay {
  font-size: 30px;
}

#currentTime {
  font-size: 20px;
}

.row {
  width: auto;
  white-space: pre-wrap;
  height: 100px;
  border: 3px solid #093641;
}

.saveBtn {
  background-color: #093641;
  color: white;
}

#footer {
  text-align: center;
}

/* PAST */
.red {
  background-color: lightcoral;
}

/* PRESENT */
.blue {
  background-color: lightblue;
}

/* FUTURE */
.green {
  background-color: lightgreen;
}