.top-box {
    background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
}

body {
    /* background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%); */
    background-image: linear-gradient(120deg, #fdfbfb 0%, #b7bfc4 100%);
}
.jumbotron {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; /*cover*/
    position: relative;
    border-radius: 0%;
}

.sideBar {
    /* position: absolute; */
    left: 0%;
    top: 0;
    bottom: 0%;
    font-size: 25px;
    background-color: #6baecf;
    margin: 0%;
}

.search-input {
    align-self: center;
    margin-left: 1rem;
}

button {
    border: 1px solid rgb(129, 129, 247);
    border-radius: 0.5rem !important;
    background-color: #cf8c6b;
    /* background-color: #c7c3f8 !important; */
    margin: 1rem;
    padding: 0.5rem;
    /* height: 3rem;
    width: 4rem; */
}

.fas {
    font-size: 26px;
}

.fas:hover {
    transition: all 0.25s ease-in-out;
}

.card-container {
    /* left: 80%; */
    margin-left: 25%;
    /* justify-content: center; */
}

.five-day-cards {
    margin-top: 3rem;
    justify-content: center;
}

.card-body {
    background-color: tan;
}
