body {
  font-family: 'raleway', 'Courier New', Courier, monospace; /*changed font*/
  font-size: 16px;
  line-height: 1;
}

textarea {
  background: transparent;
  border: none;
  resize: none;
  color: #000000;
  border-left: 1px solid black;
  padding: 10px;
}

.jumbotron {
  text-align: center;
  background-color: #77abb291;
  color: black;
  border-radius: 0;
  border-bottom: 10px solid black;
}

.description {
  white-space: pre-wrap;
}

.time-block {
  text-align: center;
  border-radius: 15px;
}

.row {
  white-space: pre-wrap;
  height: 80px;
  border-top: 1px solid white;
}

.hour {
  background-color: #ffffff;
  color: #000000;
  width: 5em
}

.past {
  background-color: #d3d3d3;
  color: white;
}

.present {
  background-color: #d39a79;
  color: white;
}

.future {
  background-color: #b0e49d;
  color: white;
}
.btn {
  display: inline;
  align-items: flex-end;
}
.saveBtn {
  border-left: 1px solid black;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: white;
}

.saveBtn i:hover {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
/* made width of hours same size */
.time {
  width: 5em;
}
/* height of the time blocks */
.box {
  height: 10em;
}