body {
    background-color: #eeeeff;
    font-family: "Trebuchet MS", "Lucida Sans Unicode",
        "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    max-width: 50rem;
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
}

blockquote {
    border-left: 4px solid #a6a6a6;
    padding: 0rem 1rem;
}
