p{
	color:black;
	font-family: cursive;
}

h2{
	color: rgb(4, 79, 4);
	font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
body {
	background-color: rgb(202, 242, 202);
	font-family:Georgia, 'Times New Roman', Times, serif;
}

.texto_normal {
	color: black;
}
.texto_destaque {
	color: rgb(4, 42, 4);
}
.caixa_fundo {
	background-color: antiquewhite;
}

.div1 {
	background-color: rgb(0, 255, 26);
	width:300px;
	margin: 20px;
	padding: 10px;
	border: 5px solid black;
}

.div2 {
	background-color: rgb(6, 147, 37);
	width:300px;
	margin: 20px;
	padding: 10px;
	border: 5px solid black;
}

.div3 {
	background-color: rgb(4, 98, 40);
	width:300px;
	margin: 20px;
	padding: 10px;
	border: 5px solid black;
}

.container-de-texto {

    text-align: center;
}