 body {
    background-color: #fffbea;   
    font-family:  'Times New Roman', Times, serif}

.grid-articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;          
}
.article {
    background-color: #e6e6e6;   
}
.paragraph p {
    background-color: #f5f5f5; 
    border-right: 5px solid #ccc;
    font-weight: bold;
}




