/*body { background-image: url("https://paipoeta.com.br/portal_css/Sunburst%20Theme/imagem-bg-paipoeta2.jpg"); background-position: center; background-color: #fdfaf3; background-size: cover; background-repeat: repeat-y; background-attachment: fixed; }*/

.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  font-size:100px;
}

body, #main-container{
    background: rgb(252 240 215);
}


/* Estilo para o fundo de pergaminho
.outer-wrapper {
    background-image: url('https://paipoeta.com.br/portal_css/Sunburst%20Theme/imagem-bg-paipoeta2.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    width: 100%;
}
 */
/* Para melhor legibilidade, adicione um overlay sutil
.outer-wrapper-overlay {
    position: relative;
}

.outer-wrapper-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1); 
    pointer-events: none;
    z-index: 0;
} */

.portlet {
    background: #ffebc7;
}

.portlet a{
    text-decoration: none;
}