body {
 	background: white;
	/*background: #08536b;verde */
        /*background: #092b59;azul escuro*/
        /*background: #29213b; vinho*/
        /*background: #8699a2; cinza escuro*/
        /*background: #e8e8e8;cinza claro*/
	font-family: "Raleway", Sans-serif;
}

h1 {
font-size: 50px;
word-break: break-all;
font-weight: 300;
letter-spacing: 0.4px;
font-family: "Raleway", Sans-serif;
color: #232323;
}

h2{
font-weight: 300;
letter-spacing: 0.4px;
font-family: "Raleway", Sans-serif;
color: #232323;
}

h3{
font-weight: 600;
letter-spacing: 0.4px;
font-family: "Raleway", Sans-serif;
color: #232323;
}

p {
font-family: 'Open Sans', sans-serif;
font-size: 15px;
font-weight: 300;
line-height: 23px;
letter-spacing: 0.2px;
color: #444444;
}

.rodape {
overflow: auto;
background: #e8e8e8;
width:100%;
 bottom: 0;
        position: fixed;
}

.center{
font-size: 18px;
margin: 20px 10px 60px 10px;
}

@media(max-width: 800px) {
h1 {
font-size: 30px;
}

h2 {
font-size: 15px;
}

}
