html {
    background-color: #333;
}

h1 {
    color: #1793d1;
}

h2 {
    color: #1793d1;
}

p {
    color: #000;
}

a {
    color: #000
}

img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}