@import "../cantara.css";

body {
    text-align: justify;
    margin: auto;
}

@media only screen and (min-width: 481px) {
    body {
        width: 900px;
    }
}
@media only screen and (max-width: 480px) {
    body {
        width: 80%;
    }
}

/* blockquote { */
/*     font-size: 90%; */
/* } */

.title {
    font-size: 120%;
    font-weight: bold;
}

.content {
    text-align: justify;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}

.reference {
    display: block;
    text-align: center;
    font-size: 90%;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
}

img.footer {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: 0px none;
}

.quote {
    text-align: center;
}

hr {
    height: 3px;
    background: url(../images/bar.png);
    border: none;
}
