@charset "UTF-8";
aside {
    text-align: center;
}
body {
    font-family: sans-serif;
}
div {
    width: 33.3%;
}
h1 {
    font-size: 280%;
}
footer {
    background-color: #055C9C;
}
footer p {
    color: #FFFFFF;
}
aside img {
    width: 200px;
    height: auto;
}
a {
    background-color: #052A4F;
    text-shadow: 0px 0px;
    color: #FFFFFF;
    text-decoration: none;
}
h1 , a {
    text-align: center;
}
section  {
    font-size: 85%;
}
