@charset "utf-8";
main {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
	font-family: 'Poppins', sans-serif;
}
aside {
    width: 200px;
    margin-right: 20px;
    float: left;
}
section {
    width: 780px;
    float: left;
}
footer {
    clear: both;
}
section article {
    width: 580px;
    float: left;
    margin-right: 20px;
}
section article p {
    font-size: medium;
    line-height: 110%;
}

section nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 120%;
}
section nav ul li a:link {
    text-decoration: none;
    color: #530203;
    font-weight: 500;
}
section nav ul li a:hover {
    color: blue;

}
section nav {
    width: 180px;
    float: left;
}
header h1 {
    color: #560102;
    background-color: #FFCC00;
    padding-left: 20px;
}
footer{
	margin-top: 10px;
	margin-bottom: 10px; 
	
}
footer h3 {
    color: #660304;
    text-align: center;
    background-color: #FFCC00;
}
footer p{
    font-weight: 600;
    text-align: center;
}
