header {
  background-color: #FFFFFF;

}

body {
  background-color: #000000;
  font-family: Helvetica, sans-serif;
  background-image: none; /* Eliminar cualquier imagen de fondo predeterminada */
  overflow: hidden; /* Evitar barras de desplazamiento horizontal/vertical */
}

h1 {
font-size: 50px;
color: #ffffff;
text-align: center;
z-index: 1000;
}

p {
font-size: 20px;
color: #ffffff;
text-align: center;
}

a {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}


#liga {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  text-decoration: none;
  border: 10px solid #000000;
  border-radius: 0px;
  box-sizing: border-box;
}


img {
  float: left;
}

#container {
  position: fixed;
  top: 8;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 40;
      }


.image {
  position: absolute;
  display: none;
      }

.iconoCerrar {
    float: right;
    margin: -10px -10px 0 0;
    position: relative;
}

#spinButton {
  border: none;
  background-color: transparent;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: absolute;
  top: 45%;
  left: 35%;
  transform: translate(-50%, -50%);
}

#fireButton {
  border: none;
  background-color: transparent;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: absolute;
  top: 68%;
  left: 31%;
  transform:
  translate(-50%, -50%);
  display: none;
}

#resultado {
  text-align: center;
  justify-content: space-between;
}

.columna-1{
  flex: 1;
  margin-right: 10px;
}

.columna-2 {
  flex: 1;
}

.info {
  background: #000000;
  height: 600px;
  width: 700px;
  font-size: 20px;
  color: #000000;
  text-align: center;
  padding: 33px;
  min-height: 250px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 400;
  display: none;
}

.revolver {
  text-align: center;
  position: relative;
  background-color: #DA3615;
  top: 250px;
  height: 400px;
  width: 750px;
  z-index: 300;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
}
