
body {
    background: #0d0d0d;
    color: #dfffe1;
    font-family: 'EB Garamound', serif;
    margin: 0;
    padding: 20px;
    
}

/* Título grande estilo sonho molhado e desconfortável */
h1 {
    font-size: 2.7rem;
    text-align: center;
    letter-spacing: 2px;
    color: ##3f4d79;
    text-shadow: 0 0 10px #e2e7ff55;
}

 h2 {
     font-size: 1.6rem;
     text-align: center;
     letter-spacing: 2px;
     color: #e2e7ff;
}



/* Parágrafos com vibe etérea */
p {
    font-size: 1.2rem;
    line-height: 1.7;
    opacity: 0.9;
}
    p {
  text-align: justify;
}

p {
  margin: 5px 0;
}


/* Animação de flutuação sonâmbula */
@keyframes tremorSuave {
    0% { transform: translateY(0); }
    50% { transform: translateY(-2px); }
    100% { transform: translateY(0); }
}

h1 {
    animation: tremorSuave 6s ease-in-out infinite;
}

/* Granulação sutil */
body::before {
    content: "Dor";
    position: fixed;
    inset: 0;
    background: url("https://grainy-gradient.vercel.app/noise.svg");
    opacity: 0.06;
    pointer-events: none;
    
    <style>
.container {
  display: flex;
  justify-content: center;
  gap: 20px; /* espaço entre as caixas */
  margin-top: 20px;
}


body {
    background: #0d0d0d;
    color: #dfffe1;
    font-family: 'EB Garamond', serif;
    margin: 0;
    padding: 20px;



    
}
