::-moz-selection { /* Code for Firefox */
	color: #000;
	background: #25FEFF;
  }
  
::selection {
	color: #000;
	background: #25FEFF;
	}

body {
  background:
    url(
      "data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15'><text x='0' y='15' font-size='30' fill='black'>░</text></svg>"
      ) repeat,
    url(../images/silverhand_2.png) bottom right no-repeat,
    url(../images/songbird.png) bottom left no-repeat,
    linear-gradient(#001a1b, #161616);
  background-attachment: fixed;
  color: #58F0FD;
  font-family: rajdhani-medium;
  margin-top: 5px;
  margin-bottom: 100px;
  height: 100vh; /* Asegura que el fondo ocupe toda la pantalla */
}

a {
	color: #25FEFF;
}
a:hover {
  color: white;
}
a:active {
	color: #FF0;
}

summary:hover {
  color: #25FEFF;
  text-shadow:
    0 0 0px #58F0FD,
    0 0 0px #58F0FD,
    0 0 20px #58F0FD,
    0 0 50px #58F0FD;
}

summary:active {
  color: #FF0;
  text-shadow:
    0 0 0px #FF0,
    0 0 0px #FF0,
    0 0 20px #FF0,
    0 0 50px #FF0;
}

.container {
  width: 650px;
  margin: auto;
  /*background-color: blue;*/
}
.container_contenido {
  float: left;
  width: 500px;
  margin: auto;
  margin-left: 0;
  margin-bottom: 100px;
  /*background-color: chartreuse;*/
}
.container_derecho {
  float: right;
  width: 140px;
  margin: auto;
  margin-right: 0;
  /*background-color: red;*/
}

.container_hr {
  position: fixed;
  top: 0;
  padding: 0;
  border: 0;
  border-top: 8px solid #25FEFF;
  width: 502px;
  margin: 0;
  margin-left: -26px;
}

.glow_blue {
  color: #25FEFF;
  text-shadow:
    0 0 0px #58F0FD,
    0 0 0px #58F0FD,
    0 0 20px #58F0FD,
    0 0 50px #58F0FD;
}

.resalto_texto:hover {
  display: 8;
  background-color: #072222;
}

#contenido {
  width: 450px;
  padding: 25px;
  border: 1px;
  border-style: solid;
  border-color: #25FEFF;
  background-color: black;
  }

#columna_derecha {
  position: fixed;
  top: 0;
  width: 130px;
  padding: 5px;
  border: 1px;
  border-style: solid;
  border-color: #25FEFF;
  background-color: black;
  }
