html {
    height: auto;
    overflow: hidden;
	background-color: black;
    font-family: 'Bebas Neue', sans-serif;

}
body {
    height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.indexAllContainer{
	position: absolute;
	width: 95vw;
	height: auto;
}

.divIndexLogo{
	position: fixed;
	width: auto;
	height: auto;
	left: 35vw;
	top: 5vh;
	display: flex;
	justify-content: center;
	justify-items: center;
}
.indexImg{
	width: 60%;
	height: 70%;
	justify-items: center;
}

.divBottom{
	position: fixed;
	width: 90%;
	bottom: 5%;
	margin-left: 5%;
	margin-right: 5%;
	height: 20%;
	text-align: center;
}

.pEmpezar{
	color: white;
	font-size: 30px;
}