body {
    background: hsl(0, 0%, 0%);
    color: hsl(0, 0%, 100%);
}

.meta {
    color: hsl(218, 11%, 65%);
}

.link {
    color: inherit;
}

.link:hover, .icon:hover {
    color: hsl(0, 0%, 100%);
}
