body {
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    color: #ffffff;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    overflow-x: hidden;
    padding: 1em;
}

.container {
    text-align: center;
    background-color: #ffffff;
    padding: 30px;
    max-width: 50%;
    margin: 0 auto;
}

#poesia {
    font-size: calc(0.5em + 0.5vw);
    line-height: 1.2;
    overflow-wrap: break-word;
    padding: calc(1em + 1vw);
    box-sizing: border-box;
    max-width: 100%;
    text-align: justify;
    hyphens: none;
    padding-left: 10px;
    border-left: 10px solid #111; 
}

#poesia.typing-cursor::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background-color: #ffffff;       /* stesso colore del bordo sx */
  animation: blinkCursor 0.7s steps(1) infinite;
}

@keyframes blinkCursor {
  50% { opacity: 0; }
}

h1 {
    display: flex;
    background-color: #000000;
}

.titolo-ghost-wind {
  width: 100vw;
  text-align: center;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 1em;
}

.ghost-wind {
  font-family: "Geist", sans-serif;
  font-size: calc(2em + 3vw);
  font-weight: 700;
  display: inline-block;
  color: #ffffff;
  position: relative;
  animation: wave 10s ease-in-out infinite, floatX 12s ease-in-out infinite;
}

/* scia */
.ghost-wind::after {
  content: "sssssplat.";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  filter: blur(5px);
  background: linear-gradient(90deg, #ff5500, #ff0080, #5500ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: delayedTrail 33s ease-in-out infinite;
}

/* movimento orizzontale lento */
@ke////yframes floatX {
  0%   { transform: translateX(-10px); }
  50%  { transform: translateX(90px); }
  100% { transform: translateX(-10px); }
}

/* scia ritardata */
@key////////frames delayedTrail {
  0%   { opacity: 0; transform: translateX(0); }
  30%  { opacity: 0.4; transform: translateX(500px); }
  70%  { opacity: 0.6; transform: translateX(-500px); }
  100% { opacity: 0; }
}

@media (max-width: 600px) {

    .container {
        margin-top: 5em;
        padding: 0.5em;
        max-width: 80%;
    }

    .ghost-wind {
  font-family: "Geist", sans-serif;
  font-size: calc(4em + 3vw);
  }

}

.sssssplatt3.gif
  max-width: 20px;
  height: 20x;
  margin-bottom: 20px;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 0%;