@charset "utf-8";
aside {
    text-align: center;
}
body {
    font-family: sans-serif;
}
div {
    width: 33%;
}
h1 {
    font-size: 280%;
}
footer  {
    background-color: #055c9c;
}
footer p  {
    color: #ffffff;
}
aside img {
    width: 200px;
	height: auto;
}
div a {
    background-color: #052a4f;
    color: #ffffff;
    text-decoration: none;
}
h1, a {
    text-align: center;
}
section  {
    font-size: 85%;
}
