body{
    background: #fff9ef;
    margin: 20px;
    padding: 20px;
    font-family: "poppins";
    justify-content: center;
}


.brief-header {
    position: relative; 
    padding: 40px 20px;
    max-width: 800px;
    margin: auto;
    border: 2px solid #f7a464; 
    border-radius: 15px; 
    text-align: center; 
    background-color: transparent; 
    z-index: 1; 
}

.brief-logo {
    position: absolute; 
    top: 70px; 
    left: 50%;
    transform: translateX(-50%); 
    width: 200px; 
    height: auto;
    z-index: 2; 
}

.brief-content {
    margin-top: 80px; 
}

.brief-title {
    font-size: 2rem;
    color: #f7a464; 
    margin-bottom: 20px;
}

.brief-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px; 
}

.brief-comitente {
    font-size: 1rem;
    color: #333; 
    margin-bottom: 20px; 
}

.brief-list {
    list-style: none; 
    padding: 0;
    margin: 20px 0;
}

.brief-list li {
    margin-bottom: 10px; 
    color: #333; 
}

.tema {
    width: 100%; 
    text-align: center; 
}

.tema h3 {
    margin: 0; 
    padding: 20px; 
}

.items {
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
}

.items article {
    border: 2px solid #f7a464;
    border-radius: 15px; 
    background-color: transparent; 
    padding: 20px; 
    text-align: center; 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    transition: transform 0.3s, box-shadow 0.3s; 
}

.items article:hover {
    transform: scale(1.05); 
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2); 
}

.items h5 {
    font-size: 1.2rem; 
    margin-bottom: 10px; 
    color: #333;
}

.items p, .items li {
    font-size: 1rem;
    line-height: 1.5;
    color: #555; 
}

.items ul {
    list-style: none;
    padding: 0; 
}

.items li {
    margin-bottom: 10px; 
}
