body {
    color: wheat;
    background: #222;
    background-size: 2px 2px;
}

#content {
    box-shadow: 0px -20px 50px -20px #fff;
    margin: 0 auto;
    min-height: 100vh;
    padding: 20px;
    background-color: #222;
}

ul { list-style: none; }
li:before { content: "\1F4A9"; }

a:link { color: springgreen; text-decoration: none; }
a:visited { color: cadetblue; text-decoration: none; }
a:hover { color: salmon; text-decoration: underline; }
a:active { color: red; text-decoration: underline; }
a:target { background-color: rgba(255, 255, 255, 0.2); }

.i { color: powderblue; }
.d { color: coral; }

a.i { color: powderblue; }
a.d { color: coral; }

/*
pre { color: silver; }
*/
