@import url("../style.css");
body {
    background-image: url("../img/weave.png");
    background-repeat: repeat;
}
header h1 {
    background-image: url("../img/peeps.jpg");
    background-position: 50% 50%;
    color: white;
}
article {
    background-color: brown;
}
ul {
    font-family: "Courier Prime", "Courier New", "Courier", monospace;
    text-align: center;
}
a:link {
    color: black;
}
a:visited {
    color: black;
}
a:hover {
    color: black;
    text-transform: uppercase;
}
a:active {
    color: white;
    text-transform: uppercase;
}
.date {
    background-color: lightgrey;
    color: #230;
    display: block;
    text-align: right;
    padding: 2px;
}
