@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@500&display=swap');

html {
    scroll-behavior: smooth;
}

h1 {
  color: rgb(137, 137, 255);
}

.clase {
  color: rgb(249, 86, 130);
}

.body{
  background-color: rgb(82, 82, 80);
  /*cursor: url("../images/pixelCursor.png"), auto;*/
  font-family: 'Pixelify Sans', sans-serif;
}

header
{
	position: absolute;
  width: 95%;
  margin: 0 auto;
  padding-left: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1000;
}
/*Nombre del grupo*/
.Titulo
{
	pointer-events: none;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 2px;
}
/*Nombre del juego*/
#gameTittle
{
	pointer-events: none;
	color: #ffffff;
	font-size: 50px;
	text-align: center;
	padding-top: 100px;
	padding-left: 60px;
}
#imagenControles
{
	padding-left: 300px;
}
/*Lista del menú*/
header ul
{
	display: flex;
	justify-content: center;
	align-items: center;
}
header ul li
{
	list-style: none;
	margin-left: 20px;
}
header ul li a
{
	text-decoration: none;
	padding: 6px 15px;
	color: #ffffff;
}
header ul li a:hover
{
	color: #fff;

}

#controles:hover
{
	background: #58ac33;

}
#historiaB:hover
{
	background: #ac9c33;

}
#autores:hover
{
	background: #339cac;

}
/* Dropdown Button */
.dropbtn {
	background-color: #c945ed;
	color: white;	
	padding: 6px 15px;
	font-size: 16px;
	border: none;
	animation: animate 0.7s infinite;

	font-family: 'Pixelify Sans', sans-serif;

}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 120px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
/*Links botón dropdown*/
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	animation: animate 0.7s infinite;
}
/*Cambiamos color del hover*/
/*.dropdown-content a:hover {background-color: #ED9845}*/
#instaButton:hover
{
	background-color: #ac9c33;
}
#twitterButton:hover
{
	background-color: #339cac;
}
#githubButton:hover
{
	background-color: #58ac33;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.about {
    padding: 2em 15em 2em 15em;
}

#historiaTittle
{
	border: 3px solid #ac9c33;
}
#controlesTittle
{
	border: 3px solid #58ac33;
}
#autoresTittle
{
	border: 3px solid #339cac;
}
.section-title {
    text-align: center;
    color: #ffffff;
    width: 800px;

    font-size: 15px;
    padding: 1px;
    border-radius:5px;
    margin: 3em auto;

}


.texto1 {
    color: #ffffff;
    font-size: 0.8em;
    /*text-indent: 40px;*/
    line-height: 2;
	text-align: left;
	margin-left: 8cm;
	margin-right: 8cm;
}

.texto2 {
    color: #ffffff;
    font-size: 0.8em;
    /*text-indent: 40px;*/
    line-height: 2;
	text-align: left;
	margin-left: 11cm;
}

/*#canvas
{
	padding-top: 100px;
}*/

/* Solid border */
hr.solid {
    border: 1px solid #c945ed;
    background-color: rgba(161, 22, 200, 0.492);
    width: 80%;
    margin-top: 5em;
}
footer {
    padding: 1em;
    bottom: 0;
}
.footer-container {
    width: 80%;
    margin: 0 auto;
}

footer p {
    color: #ffffff;
    font-size: 10px;
    line-height: 2;
}
.container 
{
	align-items: center;
}