:root {
    --border-radius: 20px;
    --box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

h3 {
    font-weight: 600;
    text-wrap: balance;
    margin: 0;
}

body {
    background-color: rgba(248, 248, 248, 1);
}

.preAmble {
    border-radius: var(--border-radius);
    background-color: #d8e3e3;
    margin: 2.5rem 0;
    padding: 1em;
    box-shadow: var(--box-shadow);
} */

section#section02.section {
    background-color: aqua;
}

article {
    border-radius: var(--border-radius);
    margin: 2.5rem 0;
    padding: 1em;
    background-color: white;
    /* background-color: rgba(255, 255, 255, 1); */
    box-shadow: var(--box-shadow);
}

article img {
    border-radius: var(--border-radius);
}



/* background-color: #f8f8f8;
border-radius: 0.5rem;
margin: 2.5rem 0;
padding: 1em;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */