@charset "utf-8";

html {
    color: #333;
    background: #ccc;
}


a:link {
    color: #ee6b28;
    text-decoration: none;
}
a:visited {
    color: #f5962e;
    text-decoration: none;
}
a:hover {
    color: #8b2e09;
    text-decoration: none;
}


article {
    background-color: #fff;
    padding: 2%;
    width: 90%;
    margin: 3em  auto auto auto ;
}

h1 {
    text-align: center;
}

footer {
    text-align: center;
    margin: 2em ;
}

.date {
    text-align: right;
}
