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;
}

.error-msg {
    color: red;
    font-style: italic;
    text-transform: lowercase;
}

.tell-us-label {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.tell-us-input {
    width: 100%;
}

.tell-us-input:user-invalid {
    border-color: red;
    border-radius: 2px;
    border-style: solid;
}

#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;
}