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

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;
}

.lead {
    font-weight: bold;
}

) .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;
}

.myContainer {
    border: 2px solid black;
}

.saveButton {
    height: 50px;
    width: 50px;
    margin-top: 10px;
    display: inline-block;
    background: url(./assets/images/save.png);
    background-size: cover;
    background-position: center;
}

.saveButton:hover {
    transform: scale(1.3);
}

.present {
    background-color: #e4847f;
}

.future {
    background-color: rgb(111, 204, 111);
}

.past {
    background-color: rgb(169, 172, 169);
    color: black;
}

.clearButton {
    padding: 10px;
    background-color: red;
    font-weight: bold;
    margin: 0 auto;
    display: block;
}

.clearButton:hover {
    transform: scale(1.3);
}

.footer img {
    width: 60px;
    padding-right: 10px;
}

.footer img:hover {
    transform: skew(-10deg);
}

.footer h5 {
    color: white;
}

.footer {
    background-color: #212529;
    text-align: center;
}

.footer p {
    color: white;
}