body {background:lavender;
	font-family:courier, monospace;

}
   
	
	#wrapper {
                 width:1000px;
                 margin:auto;
		     background-color:#ffdead;
		     border-radius:80px;
                 box-shawdow:10px 10px 9px #db7093;
		     padding:60px;
              }

	h1 { margin-left:282px;
     	margin-right:282px; 	
	
		}

	h2 {text-align:center;
    	text-decoration:underline;
	}


	h4 {background-color:#fffff0;
	border-radius:20px;
	color:708090;
	padding:16px;
	line-height:2;
	}


	p{
	background-color:#ff6347;
	border-radius:40px;
	padding:30px;
	margin:40px;
	}

#africa{
	background-image:url(images/africa.jpg);
	background-size:260px 180px;
	background-repeat:no-repeat;
	padding-top:83px;
	padding-bottom:83px;
	padding-right:75px;
	padding-left:75px;
	margin-right:700px;
}

#antarctica{
	background-image:url(images/antarctica.jpg);
	background-size:260px 180px;
	background-repeat:no-repeat;
	padding-top:83px;
	padding-bottom:83px;
	padding-right:75px;
	padding-left:75px;
	margin-right:700px;
}

#asia{
	background-image:url(images/asia.jpg);
	background-size:260px 180px;
	background-repeat:no-repeat;
	padding-top:83px;
	padding-bottom:83px;
	padding-right:75px;
	padding-left:75px;
	margin-right:700px;
}

#australia{
	background-image:url(images/australia.jpg);
	background-size:260px 180px;
	background-repeat:no-repeat;
	padding-top:83px;	
	padding-bottom:83px;
	padding-right:75px;
	padding-left:75px;
	margin-right:700px;
}

#europe{
	background-image:url(images/europe.jpg);
	background-size:260px 180px;
	background-repeat:no-repeat;
	padding-top:83px;
	padding-bottom:83px;
	padding-right:75px;
	padding-left:75px;
	margin-right:700px;
}
#north_america {
	background-image:url(images/northamerica.jpg);
	background-size:260px 180px;
	background-repeat:no-repeat;
	padding-top:83px;
	padding-bottom:83px;
	padding-right:75px;
	padding-left:75px;
	margin-right:700px;
}
#south_america{
	background-image:url(images/southamerica.jpg);
	background-size:260px 180px;
	background-repeat:no-repeat;
	padding-top:83px;
	padding-bottom:83px;
	padding-right:75px;
	padding-left:75px;
	margin-right:700px;
}


mark { background-color:pink; 
       border-radius:15px;
	 padding:20px;
	 color:slate grey;
}

ol li {text-align:center;
       list-style-type:none;
	 margin-top:5px;
       margin-bottom:5px;
}