body {
    background-image: url('https://static.vecteezy.com/system/resources/previews/004/849/618/non_2x/music-notes-and-treble-clef-free-vector.jpg');
    /* Evita que la imagen de fondo se repita */
    background-size: 1000px;
}
  
#nav1 {
  font-family: 'Sedgwick Ave Display', cursive;
  color: #FFFFFF; /* Color de texto (generalmente blanco) para contrastar con el fondo) */
  text-shadow: 0 0 10px rgba(245, 222, 179, 0.5); /* Texto con sombra brillante de color hueso */
  font-size: 40px;
}

/*https://th.bing.com/th/id/OIG.yO250CXGBdeJjK6N1Jl6?w=270&h=270&c=6&r=0&o=5&pid=ImgGn*/
#fontcard{
  background-image: url('https://static.vecteezy.com/system/resources/thumbnails/004/983/859/small_2x/abstract-music-background-seamless-texture-with-musical-instruments-musical-tiled-pattern-vector.jpg');
  background-size: 80px;
}

#container-main {
  padding-top: 100px; /* Ajusta el valor según sea necesario para dar espacio suficiente */
}

#letcard{
  font-family: 'Young Serif', serif;
  font-size: 25px;
  color: darkblue;
}

  /*font-size: 24px; /* Tamaño de fuente deseado */
  /*color: transparent;
  /*text-shadow: 0 0 10px rgb(28, 190, 28), 0 0 20px rgb(19, 104, 19), 0 0 30px rgb(108, 228, 108);
  /*animation: neon-animation 1s linear infinite alternate;


/*@keyframes neon-animation {
  /*0% {
   /* color: rgba(0, 255, 0, 0.774);
  /*}
  /*100% {
  /*  color: rgb(14, 111, 160);
  /*}
/*}
