* {
    font-family: verdana, arial, serif;
    
}

p, h1, h2, h3, h4, h5, h6 {
    
    color:#0bf;
}

h1 {
    font-size:60px;
    
}

h2 {
    font-size:48px;
    color:#980;
}

p {
    
    max-width:800px;
    text-align:left;
}

img {
    max-width:100%;
    margin-top:5px;
    margin-bottom:8px;
    image-rendering:pixelated;
}

a {
    color:#fff;
}

a:visited {
    color:#fff;
    
}

.backbutton {
    position:sticky;
    left: 10px;
    top: 5px;
    background-color:#111;
    color:#191;
    padding:6px;
    max-width:100px;
    text-align:center;
    text-decoration-color:#0000;
    box-shadow:0 0 #0000;
}