/* my_css.css */

.quote {
    font-size: 0.85em;
    font-style: italic;
}

.homePageImage {
    width: 357px;
    height: 264px;
}

.body {
    max-width: 750px;
}
