/*CSS file to contain all styling of the yarn barn website */

.quote {
    font-size: 0.85em;
    font-style: italic;
}

#logo {
    width: 80%;
    margin-top: 25%;
    margin-left: 10%
}

.body {
    max-width: 750px;
}
