body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

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

/* .jumbotron {
  text-align: center;
  background-color: transparent;
  color: rgb(105, 105, 105);
  border-radius: 0;
  border-bottom: 10px solid black;
} */

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

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

.row {
  border-top: 1px solid white;
}

.hour {
  background-color: lightblue;
  color: #000000;
  border-top: 1px dashed #000000;
}

.past {
  background-color: #10c6e6;
  color: white;
}

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

.future {
  background-color: #77dd77;
  color: white;
}

.saveBtn {
  border-left: 1px solid black;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #06aed5;
  color: white;
}

.saveBtn i:hover {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

.time {
  background-color: #000000;
  border-radius: 30px;
  margin: 0 auto;
  width: 50%;
  padding: 10px;
  color: white;
  font-size: 20px;
  margin-top: 20px;
}
