body {
    background-color: #eee;
    color: #444;
    line-height: 1.4;
    font-size: 24px;
    text-align: center;
    margin: auto;
    width: 50%;
}

div:has(> blockquote) {
    background-color: #ccf;
    margin: 10px auto;
    padding: 15px;
    border-radius: 5px;
}

blockquote {
    text-align: justify;
}

hr {
    width: 5em;
}
            
        
