.blog-page {
    background-image: url(clouds.png);
    background-attachment: fixed;
    background-size: cover;
    image-rendering: pixelated;
}

body {
    image-rendering: pixelated;
    background-color: #f0f0f0;
    font-family: 'Courier New', Courier, monospace;
    color: #333;
    margin: 0;
    padding: 20px;
}

#blog-post {
    background-color: rgb(176, 210, 243);
    border: 2px solid #8cdade;
    border-radius: 5px;
    padding: 20px;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-attachment: fixed;
}

a {
    color : rgb(43, 125, 226);
}