
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 {
  min-height: 90px;
  overflow: hidden;
}



.marco-yt {
  background-image: url('/vegas/overlays/01.png');
  border-radius: 38px;
  box-shadow: 3px 3px 3px #999;
  padding: 16px;
  max-width: 770px;
  margin: 1px auto;
  overflow: hidden;
}


.footer {
  text-align: center;
  padding: 20px;
  background: #000;
  color: #fff;
}


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: 8px 8px 8px #02063d;
}

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;
  margin: 20px auto;
  width: 100%;
   overflow: hidden;
  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 small {
  display: block;
  font-size: 0.85em;
  color: #aaa;
  margin-top: 8px;
}





