body {
  font-size: 20pt;
  font-family:'DotGothic16', sans-serif;
  overflow-y: scroll;
  background-image: url("llanu.jpg");
  background-size: cover;
  font-weight: bold;
  
  
}
.main {
   font-family:'DotGothic16', sans-serif;
  line-height: .8;
  color:white;
  font-weight: bold;

  
  
  
}
.stanzabox {
   font-family:'DotGothic16', sans-serif;
  width: 90%;
  #margin: 0 auto;
  font-weight: bold;
  text-align: right;
  padding-top: .5em;
  color: black;
 
}
.menu {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: justify;
  
}
.menu table {
  width: 100%;
  text-align: center;
  
}
.searchsuggestionbox {
  width: 80%;
  height: 1.5em;
  margin: 0 auto;
  padding: 0;
}
.searchbox {
  width: 100%;
  /border: solid lightgray 1px;*/
 / border-radius: 10px;*/
  height: 1em;
  padding: .5em;
  margin: 0 auto;
}
.searchtext {
  width: 100%;
  margin: 0 auto;
  color:black;
  font-weight: bold;
  background-color:transparent;
}
.suggestionbox {
  /border: solid lightgray 1px;*/
  /border-radius: 10px;*/
  width: 80%;
  margin: 0 0;
  padding-left: .5em;
  background: transparent;
  opacity: 0.5;
  color:black;
}
.suggestion {
  font-weight: bold;
}
h1 {
  text-align: center;
  color:black;
}

h3 {
  text-align:center;
}
a {
  text-decoration: none;
  color:black;

}


.selected {
  font-weight: bold;
}
.disabled {
  color: gray;
}
.space {
  padding: 20px;
}

#video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
#texto-aleatorio {
  font-size: 31px;
  font-family: 'Courier New', Courier, monospace;
  color: #20ee5e; /* Cambia el color del texto si es necesario para el contraste */
  padding: 20px;
  border: 2px solid rgba(8, 8, 8, 0); /* Borde semitransparente */
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: justify;
  background-color: rgba(0, 0, 0, 0); /* Fondo completamente transparente */
  z-index: 1;
}