.texto-centro{
	text-align: center;
}

body{
	background-color: #008c7d;
	
}

h1{
	color: #f3d001;
}

h2{
	color: #f6f6f6;
}


p{
	font-size: 25px;
	color: #f6f6f6;
}

.texto{
	padding: 3px;
	color: #f6f6f6;
}
.banner{
	margin-top: 50px;
	background-color: #035c55;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.botao{
	padding-top: 10px;
	padding-bottom: 15px;
}

.texto-logo{
	margin-top: 20px;
}

.logos{
	padding-top: 25px;
	padding-bottom: 25px;
}

button{
	background-color: #f3d001;
	margin-bottom: 15px;
}
	
a{
	color: #008C7D;
	font-size: 20px;
}

footer{
	background-color: #F3D001;
	height: 40%;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	bottom: 0;
}