
body {
    background-image: url('negoney.jpg'); 
    background-repeat: no-repeat;
    background-size: 100% auto; 
    background-attachment: fixed; 
    font-family: Arial, sans-serif;
    padding: 30px;
    color: #ffffff;
    margin: 0;
}

#titulo-terceiro {
    background-color: gray; 
    color: red;
    background-image: url('neymarcjhoro.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 85%;
    padding-right: 60px;
}

#paragrafo-terceiro {
    background-color: rgba(0, 0, 0, 0.5);
    color: yellow;
}

p {
    padding: 15px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 4px;
}

h1, h2, h3 {
    padding: 15px;
    border-radius: 4px;
}

.conteudo-extra {
    margin-top: 40px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}
.conteudo-extra p {
    background-color: rgba(0, 0, 0, 0.3);
    color: #e0e0e0;
}