@charset "utf-8";
/* CSS Document */

nav{
	background-color: aliceblue; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"; 
	font-size: 18px; 
	text-align: center;
} 
	

.article {
	background-color: #5A81E9; 
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	text-align: center;
}

header{
	background-color: #3254DF; 
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; 
	font-size: 24px; 
	text-align: center;
}


.section1 {
	background-color: #5A81E9; 
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	text-align: center;
}

.section2 {
background-color: #878787; 
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	text-align: center;
}

div{
	color: #fff;
	background-color: #6F6F6F; 
	width: 300px;
	height: 300px; 
	border: 10px; solid: #000; 
	border-radius: 50px; 
	padding: 50px; 

	
}

footer{
	background-color: #2C2C2C; 
	color: white; 
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	text-align: center;
}