body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1;
  background-color: rgb(187, 190, 188);
}

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

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

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

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

.row, .col {
  white-space: pre-wrap;
  height: 80px;
  margin: 50px;
  background-color: whitesmoke;
}

.hour {
  background-color: transparent;
  color: #000000;
  text-align: center;
  font-size: 50px;
  padding-top: 10px;
  font-weight: bolder;
}

.past {
  background-color: #72636338;
  color: rgb(2, 2, 2);
}

.present {
  background-color: #ff6961;
  color: rgb(3, 3, 3);
}

.future {
  background-color: #77dd77;
  color: rgb(12, 12, 12);
}

.saveBtn {
  
  border-radius: 15px;
  background-color: rgb(10, 239, 247, 1);
  height: 60%;
  width: 100%;
  color: black;
  margin-top: 30%;
}

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