h1{ 	color: rgb(255,0,196);
	text-decoration: underline;
	font-size: 30px;
	font-family: `Georgia´ , serif;
	text-align: center;}
h2{	color: rgb(211,25,73);
	font-size: 28px;
	font-family: `Georgia´ , serif;
	text-align: justify; }
h3{	color: rgb(243,68,79);
	font-size: 18px;
	font-family: `Georgia´ , serif;
	text-align: justify;}
h4{	color: rgb(243,68,79);
	font-size: 16px;
	font-family: `Georgia´ , serif;
	text-align: justify;}
p {	color: rgb(135,5,14);}
ol{	text-align: justify;
	line-height: 1.5;}
ul{	text-align: justify;
	line-height: 1.5;}
.img-1 {	
	border-radius: 50px;
	border: 3px solid rgb(42,155,163);
	max-width: 300px;
	height: auto;
}
.img-2 {	
	border-radius: 50px;
	border: 3px solid rgb(34,140,34);
	max-width: 300px;
	height: auto;
}
.img-3 {	
	border-radius: 50px;
	border: 3px solid rgb(186,13,19);
	max-width: 300px;
	height: auto;
}
.img-4 {	
	border-radius: 50px;
	border: 3px dashed rgb(251,255,0);
	max-width: 300px;
	height: auto;
}
.img-5 {	
	border-radius: 50px;
	border: 3px dashed rgb(10,25,240);
	max-width: 300px;
	height: auto;
}
.img-6 {	
	border-radius: 50px;
	border: 3px dashed rgb(10,240,217);
	max-width: 300px;
	height: auto;
}
	
body{	background-color: rgb(249,217,223);}
	