html {
  background: #426062;
}

body {
font-family: 'Poppins', sans-serif;
  font-size: 16px;
  background: #426062;
  line-height: 1;
}

h1 {
  font-family: 'Spectral', serif;
}

textarea{
  background: #F8D173;
  width: 100%;
  height: 103%;
  resize: none;
  color: black;
  border-left: 1px solid black;
  padding: 7px;
}

.jumbotron {
  text-align: center;
  background-color: #BAC79F;
  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: 60px;
  width: 75%;
  background: #ECE091;
  border-radius: 23px;
  border-top: 6px solid black;
  border-bottom: 6px solid black;
}

.hour {
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Spectral', serif;
  border-right: 1px solid black;
  border: 3px solid black;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #CB6F5A;
  color: black;
}

.past {
  background-color: salmon;
  color: black;
}

#currentDay {
  color: black;
  text-align: center;
  margin: 5;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background: beige;
  border: 3px dotted black;
  border-radius: 55px;
  font-size: 32px;
  font-weight: bold;
}

.present {
  background-color: #F8D173;
  color: black;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

.future {
  background-color: #BAC79F;
  color: white;
}

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

.saveBtn:hover {
  font-size: 20px;
  background-color: #7FB4B1;
  transition: all .3s ease-in-out;
}
