body { margin: 0;
 overflow: hidden; 
 font-family: "Eagle Lake", cursive; 
  background-color: black;}

#container { 
	width: 75%; 
	height: 75%;
	margin: auto;
	margin-top: 100px;
	text-align: center;

}



.invisible {
	display: none;
}

#lander {
	background: black;
	margin: 0;
	width: 100vw;
	height: 100vh;
}

#information {
	width: 200px;
	margin: auto;
	text-align: center;
}

#information p {
	color: white;
	font-family: courier;
	font-size: 18px;
	opacity: 0;
	transition: opacity 400ms;
	background: rgba(0,0,0,0.6);
	margin-bottom: 0;
}

#information:hover p{
	opacity: 1;
}

#loadingAndStart {
	width: 200px;
	display: block;
	margin:auto;
	margin-top: 40vh;
}
img {
	display:block;
	height: 100px;
	width: 100px;
	margin:auto;
}
#boton {
	display: block;
	background: none;
	color: white;
	border: none;
	font-size: 20px;
	margin:auto;
}

#boton:hover {
	cursor: pointer;
	text-decoration: underline;
}

h1 {
	font-size: 40px;
	margin: 0;
	background: rgba(0,0,0,0.6);
}
