body {
    color: #000;
    background-color: #fff;
    margin: 0 15%;
    text-align: justify;
    font-family: Georgia, "Times New Roman", Times, serif
    }
h1, h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em
    }
h3 {
    text-transform: uppercase;
    letter-spacing: 0.05em
    }
img {
    width: 100%;
    display: block;
    margin: 0 auto
    }
ol {
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    list-style-type: lower-roman;
    line-height: 2em
    }
p {
    line-height: 1.5em
    }
blockquote {
    text-align: center;
    margin: 0 10%
    }
blockquote p {
    display: inline-block;
    text-align: left
    }
.center {
    text-align: center
    }
.right {
    text-align: right
    }
.uppercase {
    text-transform: uppercase
    }
.small {
    font-size: small
    }
.large {
    font-size: large
    }
.small-caps {
    font-variant: small-caps
    }
.no-padding-no-margin {
    margin: 0;
    padding: 0
    }