@import url('https://fonts.googleapis.com/css2?family=Anton&family=Audiowide&family=Bitter:wght@200;400&family=Bungee+Inline&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bitter:wght@200;400&family=Bungee+Inline&display=swap');


body{
  background-color: black;
  font-family: 'Audiowide', cursive;
  background-image: url(../img/fondo.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;


}

h1{
  color: #c300ff;
  font-family: 'Bungee Inline', cursive;
  font-size: 44px;
  padding: 10px;
  text-align: center;
  border: solid;
  border-color: #00b7ff;

}

h2{
  text-align: left;
  color: #c300ff;
  font-family: 'Bungee Inline', cursive;
  font-size: 44px;
  padding: 10px;
}

h3{
  text-align: center;
  color: #c300ff;
  font-family: 'Bungee Inline', cursive;
  font-size: 44px;
  padding: 10px;
  border: solid;
  border-color: #00b7ff;
}

p {
  background-color: black;
  color: #c300ff;
  font-size: 22px;
  padding: 10px ;
  font-family: 'Audiowide', cursive;
  margin: -20px auto 50px;

}

h4{
  background-color: black;
  color: #c300ff;
  font-size: 33px;
  padding: 0px;
  font-family: 'Audiowide', cursive;
  margin: -15px 20px 0px;
}

h5{
  font-size: 18px;
  font-family: 'Audiowide', cursive;
  color: #c300ff;

}

h6{
  background-color: black;
  color: #ffff00;
  font-size: 22px;
  padding: 5px;
  font-family: 'Audiowide', cursive;
  margin: -10px auto 0px;
}



/* SELECTORES */

.contenido{
  width: 60%;
  background-color: black;

}


.linkOficial{
  width: 60%;
  margin: 50px auto;
  text-align: center;
}

.adaptable{
  width: 100%;
  height: auto;
}


.wrapper {
  color: #ffff00;
  font-family: 'Audiowide', cursive;
  border: solid;
  border-color: black;
  background-color: black;
  display: flex;
  justify-content: center;
}

.navbar{
  padding: 10px auto;
  border: solid;
  border-color: #00b7ff;
  background-color: black;

}

.creditos{
  background-color: black;
  margin: 100px auto;
  text-align: center;
  border: solid;
  border-color: #00b7ff;

}
