body {
    max-width: 750px;
    margin: auto;
}

img {
    width: 100%;
}

.menu-item {
    text-transform: lowercase;
}

.italic-listings {
    font-style: italic;
}

.bold-listings {
    font-weight: bold;
}

.no-bullets {
    list-style-type: none;
}

#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;
}