body {
    font-family: "Adobe Garamond", serif;
    margin: 0;
    background-color: #F7F7F7;
}

.header {
    background-color: #F9E795;
    height: 300px;
    padding: 16px 0 0 0;
    border-radius: 10px;
    text-align: center;
}

.header-emoji {
    font-size: 48px;
    margin: 0 auto;
    text-align: center;
}

.header-quote {
    font-family: "Adobe Garamond", serif;    
    font-size: 200%;
    margin-bottom: 2%;
    text-align: center;
    font-style: italic;
}


.header-title {
    color: #000000;
    font-size: 400%;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px #8f8f8f;
}

.input-header {
    text-align: center;
    color: #242424;
}

.weight-input-title {
    margin-left: 5px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
    color: #000000;
}

.input-section {
    border-radius: 10px;
    background-color: #ac585b;
    box-shadow: 0 4px 6px 0 #292727;    
    margin-top: -5%;
    margin-left: 5%;
    margin-right: 5%;
}

.input-container {
    display: grid;
    grid-template-rows: 60px;
    grid-auto-rows: 60px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    /* gap: 1px; */
    margin-left: 5%;
    margin-right: 5%;
}

.weight-input {
    display: block;
    margin: auto;
    background-color: #c5c5c5;
    /* color: rgb(0, 0, 0); */
    border-radius: 7px;
    font-size: 18px;
    border: 1px solid black;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    box-shadow: 0 2px 3px 0 #444040;
}

.filter-section {
    border-radius: 10px;
    background-color: #8AAAE5;
    box-shadow: 0 4px 6px 0 #292727;    
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 1%;
}

.filter-title {
    color: #ffffff;
    padding-top: 10px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    text-shadow: 1px 1px #5a5454;
}

.filter-input-title {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #ffffff;
}

.filter-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 24px;
    margin-left: 100px;
    margin-right: 100px;
    padding-bottom: 10px;
}

.filter-slider-input {
    width: 150px;
    height: 25px;
    margin-left: 50px;
    background-color: #ffffff;
    color: #00000081;
    border-color: rgb(0, 0, 0);
    border-radius: 10px;
    font-weight: bold;
}

.filter-dropdown-input {
    width: 250px;
    height: 25px;
    margin-left: 50px;
    color: #000000;
    border-color: rgb(0, 0, 0);
    border-radius: 10px;
    font-weight: bold;
    border-radius: 10px;
}

.filter-dropdown-input>.Select-control {
    background-color: #ffffff;
    border-radius: 10px;
}

.table {
    margin-left: 2%;
    margin-right: 2%;
    box-shadow: 0 4px 6px 0 #444040;
}