body {
  font-family: Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #4E5869;
  color: #F1F10D;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.content {
  padding: 20px;
}

iframe {
  width: 100%;
  border: none;
}

.marco-yt {
  background-image: url('/vegas/overlays/01.png');
  border-radius: 38px;
  box-shadow: 3px 3px 3px #999;
  padding: 16px;
  max-width: 770px;
  margin: 32px auto;
 
}


.footer {
  text-align: center;
  padding: 20px;
  background: #000;
  color: #fff;
}

#vegas-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
body {
  font-family: 'Tangerine', serif;
  font-size: 18px;
  text-shadow: 4px 4px 4px #aaa;
 
}



/* Estilos básicos de texto */
h1, h2, h3 {
     text-align: center;
   font-family:  "Mystery Quest", system-ui;
  color: #f6e80b;
  margin-top: 0;
   text-shadow: 4px 2px 6px #200098;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1em;
  color: #F1F10D;
}

a {
  color: #FFD700;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}


.marco-tweet {
  background-color: #111;
  border: 2px solid #FFD700;
  border-radius: 12px;
  padding: 16px;
  margin: 20px auto;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.4);
  font-family: 'Segoe UI', sans-serif;
  color: #f0f0f0;
  line-height: 1.4;
  text-align: center;
}

.marco-tweet h3 {
  margin-top: 0;
  font-size: 1.9em;
  color: #FFD700;
}

.marco-tweet a {
  color: #1DA1F2;
  text-decoration: none;
}

.marco-tweet img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 10px;
}

.marco-tweet small {
  display: block;
  font-size: 0.85em;
  color: #aaa;
  margin-top: 8px;
}

#trackTitleContainer {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  margin-top: 10px;
}

.scrolling-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 12s linear infinite;
  font-size: 1.2rem;
  color: #eee;
  text-shadow: 2px 2px 4px black;
}

@keyframes scroll-left {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}





