body{
    font-family: 'DM Mono', monospace;
    background-color: black;
}
h1{
    font-style: italic;
}
div.title{
    color: rgb(87, 236, 236);
    background-color: rgb(70, 73, 73);
}
h2{
    font-style: italic;
    color: rgb(87, 236, 236);
}
div.contents{
    color: rgb(226, 226, 226);
    background-color: rgb(70, 73, 73);
}
a:link{
    font-style: normal;
    color: rgb(226, 226, 226);
}
a:visited{
    font-style: normal;
    color: rgb(226, 226, 226);
}
a:hover{
    font-style: normal;
    color: rgb(87, 236, 236);
}
a:active{
    font-style: normal;
    color: rgb(87, 236, 236);
}
p.title{
    color: rgb(226, 226, 226);
}
div.back{
    background-color: rgb(70, 73, 73);
}
div.content{
    color: rgb(226, 226, 226);
    background-color: rgb(70, 73, 73);
}
img{
    float: right;
    margin: 3px 12px 3px 0px;
}