body { 
 		overflow: hidden; 
 		font-family: "Rokkitt", serif; 
  background-color: black;}

#container { 
	width: 75%; 
	height: 75%;
	margin: auto;
	margin-top: 100px;
	text-align: center;
	transition: all 500ms;
	z-index: 0;
}




main {
	width: 75%; 
	height: 75%;
	margin: auto;
	margin-top: 70px;
	padding: 20px;
	background: #990022;
	text-align: center;
}

#boton {
	display: block;
	margin: auto;
	margin-top: 70px;
	background: none;
	box-shadow: none;
	font: 40px "Courier New";
	font-weight: 700;
	border: 3px solid rgb(0,0,0);
	color: rgb(0,0,0);
	transition: all 200ms;
}

#boton:hover {
	border: 3px solid rgb(255,255,255);
	color: rgb(255,255,255);
	cursor: pointer;
}

img {
	margin-top: 50px ;
	height: 50px;
	vertical-align: center;
}

p {
	margin-top:0 0px;
	font-size: 20px;
	font-weight: bold;
}

.hidden {
	display: none;
}


.invisible {
	opacity:0;
	display: none;
}
