.plano-de-fundo {
    background-color: #f8f9fa; /* Light gray background */
    padding: 20px; /* Padding around the content */
    border-radius: 10px; /* Rounded corners */
    text-align: center; /* Center the content */
    background-image: url("/static/img/renascenca.webp"); /* Background image */
    background-size: auto; /* Cover the entire area */
    background-repeat: repeat; /* Do not repeat the image */
    background-position: top; /* Center the image */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    max-width: 720px !important;
}
