@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Story+Script&display=swap" rel="stylesheet');


html {
  box-sizing: border-box;
  height: 100%;
  background-image: url("https://i.pinimg.com/originals/a7/a8/ed/a7a8ed9be95ed57f6645c580f6808e17.gif");
  background-repeat: no-repeat; /* Prevent image repetition */
  background-size: cover; /* Scale image to cover the entire element */
  background-position: center center; /* Center the image */
}

html,
body {
  margin: 0;
  padding: 0;
}

::selection {
  background-color: #30cac073;
  color: #130808;
}

h2 {
  font-size: 1.1em;
  
}

a, a:active, a:visited, a:hover {
  color: rgb(255, 223, 12);
  cursor: pointer;
  text-decoration: none;
}

#contenedorGeneral {
  margin: auto 1em;
  text-align: center;
  padding-top: 250px;
}

#tituloPagina {
  margin-top: 1em;
  margin-bottom: 0;
  margin-bottom: 0.5em;
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
}

#tituloPagina:hover {
  color: pink;
  cursor: pointer;
}

#contenedorPersonaje {
  display: flex;
  flex-direction: column;
  align-items: space-around;
}

.imagen {
  height: 170px;
  width: 150px;
  margin: 0em auto;
}

#boton {
  font-size: 2em;
  background-color:  rgb(255, 223, 12);
  color: rgb(0, 0, 0);
  cursor: pointer;
  height: 2cm;
  width: 5cm;

}
