body{
    background-color: #111;
    color:#efefef;
    font-family:var(--normal-font);
    font-size: 8pt; 
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 100px;*/
    background-image: url("img/dark-stripes.png");
    background-size: 10px 10px;
    min-height: 100vh;		
}
a{
    color:skyblue;
    text-decoration: none;
    border-bottom: 4px solid #2196f31f;
    padding:3px;
}
a:hover{
    border-bottom:4px solid skyblue;
}
p{
    line-height: 1.5;
    padding:2em;
    margin-bottom: 1em;
    margin-top: 1px;
    background-color: black;
}
p strong, p a{
    background-color: black;					
}
h1{
    position: relative;
    /*left:-18px;*/
    background-color: black;
    padding: 2em;
    font-family: var(--bold-font);
    font-weight: normal;
}
h4{
    padding-left: 2em;
}
em{
    color:#ccc;
}