aside p{
margin-left:auto;
margin-right:auto;
}

aside h3{
color:white;
margin-left:auto;
margin-right:auto;
}

section{
height:auto;
font-family: Georgia;
font-size:90%;
float: left;
margin-top:10px;
margin-bottom:10px;
margin-left: 15px;
width: 930px;
background-color:white;
background-image:none;
border-radius: 30px;
border-color:#7d7d7d;
}

section p{
color:black;
padding: 20px;
}

section a{
color:black;
}

footer{
margin-left:auto;
margin-right:auto;
width:50%;
}

footer a:hover{
background-color:orange;
}