@import url("header.css");
@import url("footer.css");
@import url("page.css");
@import url("article.css");

body {
    background-color: black;
    color: forestgreen;
}

#social img {
    max-width: 32px;
    float: right;
}

article main p a {
    color: forestgreen;
}
article main p a:hover {
    text-decoration-style: dotted;
}