body {
    background: linear-gradient(-141deg, #EBEBEB 0%, #DCDDDF 48%, #C4C5C7 99%);
}


ul li {
    list-style: none;
}

#btn, #cart, #before_products, #products, #clientInfo {
    text-align: center;
}

#credits {
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: small;
    color: black;
    font-style: italic;
    position: relative;
    bottom: 0;
    width: 100%;
}

#nav_bar_block {
    /* Code adapted from https://www.w3schools.com/howto/howto_js_navbar_shrink_scroll.asp */
    overflow: hidden;
    position: inherit;
    background-color: #f1f1f1;
    padding: 50px 10px;
    width: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
}

#nav_bar {
    position: absolute;
    right: 0px;
    padding-right: 10px;
}


.nav_bar img {
    float: left;
    width: max-content;
    height: max-content;
    border: none;
    cursor: pointer;
    margin: 0 auto;
}

