@charset "utf-8";
/* CSS Document */



body{ 
background-color: #333333;
background-image:url(../images/mobii_bg.png);
background-repeat:no-repeat;
background-size: cover;
background-attachment:fixed;
background-position:center center; 
font-family: 'Roboto', sans-serif;
	
}


.container{
	display: flex;
	flex-direction: column;	
	align-items: center;
	margin-left: 20px;
	margin-right: 5px;
	
}

.logo{
	margin-top: 40px;
}


.titulo{
	width: 400px;
}

.subtitulo{
	width: 400px;
}

h1{
	margin-top: 50px;
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	color: #ffffff;
	text-align: center;
}

h2{
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	color: #ffffff;
	text-align: center;
}

.conteudo{
	max-width: 800px;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #ffffff;
	line-height: 30px;
	text-align: justify;
	align-items: center;
}

.copyright{
	width: 400px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #ffffff;
	margin-top: 90px;
	margin-bottom: 20px;
	text-align: center;
}