body {
    max-width: 750px;
    margin: auto;
}

img {
    width: 100%;
}

td {
    padding: 10px;
}

.menu-item {
    text-transform: lowercase;
}

.italic-listings {
    font-style: italic;
}

.bold-listings {
    font-weight: bold;
}

.no-bullets {
    list-style-type: none;
}

.error-msg {
    color: red;
    font-style: italic;
    text-transform: lowercase;
}

.form-label {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.form-input {
    width: 100%;
}

.form-input:user-invalid {
    border-color: red;
    border-radius: 2px;
    border-style: solid;
}

.less-padding {
    margin-bottom: 0px;
}

.product-img {
    height: 100px;
    object-fit: contain;
    background-color: white;
}

.shopping-cart-button {
    text-transform: lowercase;
}

#home-page-img {
    height: 400px;
    object-fit: contain;
    background-color: white;
}

#home-page-img-desc {
    text-transform: lowercase;
    font-size: large;
}

#quote {
    font-style: italic;
    font-size: smaller;
}

#logged-in-msg {
    margin: 0px;
    padding: 0px;
    font-size: small;
}

#product-table {
    padding-top: 20px;
    width: 100%
}