#bn-Inicio{
    button{
         background-color: rgb(255, 192, 84);
  color: rgb(0, 0, 0);
  border-radius: 10px;
  width: 70px;
  padding: 5px;
  border: none;
}
button:hover{
  background-color: rgb(17, 74, 55);
  color: antiquewhite;
}
}
body h1 {
  color: beige;
}
body{
  background-color: rgb(44, 44, 43);
}
body p{
  color: aliceblue;
  text-align: center;
}
h1{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.parent{
  display: block;
  margin-left: 10%;
  background-color: rgb(245, 224, 255);
  width: 400px;
  height: 300px;
  border: 5px solid rgb(247, 250, 154);
  border-radius: 30px;
  position: sticky;
  top: 0;
}
.parent h1{
  color: rgb(255, 213, 134);
  position: absolute;
  font-size: 4.5rem;
  left: 20%;
  bottom: 20%;
  z-index: 2;
  font-family: "Bitcount Grid Double Ink", system-ui;
}

