.quote-box {
    margin: 5%;
    margin-right: 25%;
    margin-left: 25%;
    display: grid;
    grid-template-rows: auto auto;
    font-size: larger;
}

.quote {
    font-weight: bold;
}

.quote-reference {
    display: flex;
    justify-content: right;
}