html {
    font-size: 22px;
}
body {
    background-color: #333;
    color: whitesmoke;
}
h1 {
    color: rgb(12, 209, 12);
}
strong {
    color: rgb(12, 209, 12);
}
em {
    color: greenyellow;
}
a {
    color: aliceblue;
}
a:visited {
    color: lightgray;
}
a:hover, :active {
    color: #eee;
}