 body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-family: 'Charm', cursive;
  letter-spacing: .4;
  font-size: 18px;
}

textarea {
  display: flex;
  justify-content: flex-end;
  background: transparent;
  border: none;
  resize: none;
  color: #000000b4;
  border-left: 3px solid black;
  height: 125px;
  font-family: 'Cuprum', sans-serif;
  padding-bottom: 20px;
 
}

table {
  margin: 20px, 0px, 20px, 0px;
  width: 100%
}
.row {
  display: flex;
  white-space: pre-wrap;
  height: 80px;
  border-top: 1px solid white;
  height: 150px;
}


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

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

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

.saveBtn {
  display:flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 86%;
  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;
}




#currentDay {
  text-align: center;
  font-family: 'Shadows Into Light', cursive;
} 


.container {
  width: 100%;
  display:flex;
  margin-top: 100px;
  margin-bottom: 100px;
}

.col1{
  display:flex;
  align-items:center;
  justify-content: center;
  flex: 1;
  height: 90%;
} 

.col2 {
  display: flex;
  width: 80%;
  justify-content: space-evenly;
  flex-direction: column;
  align-content: flex=end;
  margin-bottom: 20px;
  flex: 9;
}

.col3{
  display: flex;
  align-items:flex-start;
}
