body {
  background-color: #cfeee6; /* azul verdoso claro */
  color: #f5d77a;
  font-family: "Georgia", serif;
  text-align: center;
  position: relative;
  overflow-x: hidden;
}





/* asegura que el contenido esté por encima de la purpurina */
body > * {
  position: relative;
  z-index: 1;
}

h1 {
  font-size: 42px;
  letter-spacing: 2px;
  margin-top: 40px;
  text-shadow: 0 0 10px rgba(255, 215, 122, 0.6);
}

marquee {
  color: #9fd6ff;
  margin: 20px 0;
}

.tagline {
  font-style: italic;
  color: #9fd6ff;
  margin-bottom: 30px;
}

.about {
  width: 60%;
  margin: auto;
  background: rgba(90, 120, 115, 0.85);
  padding: 25px;
  border: 1px solid gold;
  box-shadow: 0 0 20px rgba(255, 215, 122, 0.3);
}

.footer {
  margin-top: 40px;
  font-size: 12px;
  color: #cfae70;
}


.glitter-frame {
  display: inline-block;
  padding: 20px;
  background-image: url("glitter.gif");
  background-repeat: repeat;
}

.glitter-frame img {
  display: block;
  width: 230px;   /* prueba 220px o 300px si quieres */
  height: auto;
}


.side-gif {
  width: 50px;
  height: auto;
  position: relative;
  top: -30px;   /* súbelos */
}


.photo-row {
  display: inline-flex;
  align-items: center;
  gap: 40px;   /* antes 20px */
  margin: 30px 0;
}


