.section-body {
    padding-left: 100px;
    margin-left: 50px;
}
.quote {
    border-style: groove;
    border-color: aquamarine;
    border-width: 2px;
}

.quote > .words{
    font-style: italic;
    text-align: left;
    padding: 10px 10px 10px 10px;
}

.quote > .author {
    font-style: normal;
    font-weight: bold;
    text-align: right;
    padding: 10px 10px 10px 10px;
}

hr {
    height:2px;
    border-width:0;
    color:gray;
    background-color:gray
}