body {
  margin: 0;
  background-color: #301a05;
  font-family: 'Georgia', serif;
  color: #e2d4b7;
  text-align: center;
}
/* Uncomment if you add textura-madera.jpg */
/* background: url("images/textura-madera.jpg") repeat; */
.logo-principal { width:250px; margin-top:20px; }
#donacion-container { position:absolute; top:10px; right:10px; text-align:center; cursor:pointer; }
#donacion-label-top, #donacion-label-bottom { font-size:0.8em; color:#e2d4b7; margin:2px 0; }
#boton-donacion img { width:60px; }
.marquesina { margin:20px 0; font-size:1.5em; font-weight:bold; color:#fff; }
.carteles { display:flex; justify-content:center; gap:20px; margin:30px; }
.carteles img { max-width:300px; border:2px solid #c19e70; }
footer { margin-top:50px; font-size:0.9em; }
footer img { width:150px; }
#menu-hamburguesa { position:absolute; top:10px; left:10px; font-size:2em; cursor:pointer; }
#video-container { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:black; justify-content:center; align-items:center; flex-direction:column; z-index:9999; }
#video-container video { width:80%; }
#mensaje-final { display:none; margin-top:20px; font-size:1.5em; color:#fff; }