body {
	background-color: #000;
	text-align: center;
	color:  #fff;
	font-size: 16px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.logoidex {
	width: 300px;
	margin-top:20vh;
}

.bold {
	font-weight: bold;
}

.textos {
	text-align: center;
	margin-top: 25px;
}

a {
	text-decoration: none;
	color: #fff;	
	font-weight:  bold;
}

footer  {
	position: fixed;
	bottom: 0px;
	text-align: center;
	width: 100%;
}
footer p {
	font-size: 14px;
	line-height: 16px;
	padding: 10px 15px;
	margin: 0px 15px;
}

@media (max-width: 768px) {
	.logoidex {
		width: 80%;
	}
}