@charset "utf-8";

main,footer a {
    color: black;
    text-decoration: none;
}

main,footer a::after {
    content: " (" attr(href) ") ";
    font-weight: bold;
    word-wrap: break-word;
}
