* {
  padding: 0px;
  margin: 0px;
}

body {
  font-family: "Open Sans", sans-serif;
  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: transparent;
  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;
  border-top: 1px dashed #000000;
}

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

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

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

.timeBlockContainer {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  height: 700px;
  grid-template-rows: 100px;
  column-gap: 0px;
  border-top: 1px solid black;
}

.timeBlockContainer li {
  display: flex;
  align-items: center;
  text-align: justify;
  height: 5rem;
  border: 1px solid black;
}

.timeBlockContainer input {
  display: flex;
  align-items: center;
  height: 5rem;
  border: 1px solid black;
  width: 100%;
}

.timeBlockContainer button {
  display: grid;
  /* font-size: 5rem; */
  padding: 0px;
  width: 100%;
}

.blockListItem {
  font-size: 2rem;
}

.saveBtn {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #06aed5;
  color: white;
  font-size: 4.75rem;
}

.timeBlockList {
  list-style: none;
}

.hoursList {
  list-style: none;
}
