body {
    font-family: "Arial", sans-serif;
    background-image: url('../img/auco.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #4a3b34; 
}

.content {
    background-color: rgba(226, 224, 224, 0.9); 
    padding: 20px;
    border-radius: 8px;
}

.content img {
    max-width: 30%; 
    height: auto;
    margin-top: 15px; 
}
.content p {
    font-weight: bold;
}

@media (max-width: 768px) {
    .content p {
        font-size: 0.9rem; 
    }
}