#wrapper {
	width: 1000px;
	margin: auto;
	background-color: #B2A3FC;
	border-radius: 12px;
	box-shadow: 15px 3px 10px grey;
	padding-bottom: 250px;
	display: block;
	
	
}

footer {
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.attribute {
	background-color: lightgrey;
	border-radius: 15px;
	width: 950px;
	height: auto;
	line-height: 20px;
	text-align: left;
	font-size: 0.5em;
	padding-left: 15px;
	margin-top: -220px;
	margin-left: 227px;
	margin-right: 227px;
}


ol {
	list-style-type: none;
}

h2 {
	text-align: center;
	text-decoration: underline;
	font-size: 2em;
	padding-right: 23px;
	
}

.logo {
	padding-top: 20px;
	margin-left: 325px;
  	margin-right: 350px;
  	width: 50%;
	
}


.textstyle {
	background-color: lightgrey;
	background-size: auto;
	border-radius: 80px;
	width: 70px;
	margin: auto;
	padding: 8px;
}

body {
  background: #3159b0;
}

h1 { 
  margin-left: 325px;
  margin-right: 350px;
  width: 50%;
}

p {
  background-color: lightgrey;
  width: 750px;
  margin: auto;
  padding: 15px;
  border-radius: 10px;
}

#africa {
  background-image: url(images/africa.jpg);
   background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
  margin-right: 712px;
  margin-bottom: 15px;
}

#antarctica {
  background-image: url(images/antarctica.jpg);
   background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
  margin-right: 712px;
  margin-bottom: 15px;
  
}

#asia {
	background-image: url(images/asia.jpg);
  background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
  margin-right: 712px;
  margin-bottom: 15px;
}

#australia {
	background-image: url(images/australia.jpg);
   background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
  margin-right: 712px;
  margin-bottom: 15px;
}

#europe {
	background-image: url(images/europe.jpg);
   background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
  margin-right: 712px;
  margin-bottom: 15px;
}

#north_america {
	background-image: url(images/northamerica.jpg);
 background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
  margin-right: 712px;
  margin-bottom: 15px;
}

#south_america {
	background-image: url(images/southamerica.jpg);
  background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
  margin-right: 712px;
}








