body{
	text-align: center;
	background-color: black;
	
	
}

.back{
	background-image: url('back.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center;
	background-size: contain;
}

.manutencao{
	width: 100vw;
	height:100vh;
	padding-top: 15vh;
	//padding-bottom: 30vh;
	
}

.logo{
	width: 30vw;
}

h2{
	color: #ffffff;
}

h3{
	color: #ffffff;
}

i{
	color: #ffffff;
}
