iframe body {
    background-color: aquamarine;
}
body {
    text-align: center;
    font-family: 'Consolas', 'Courier New', Courier, monospace;
    margin:auto;
    background-color: rgb(46, 46, 46);
    color: rgb(219, 219, 219);
    font-size: 1.2em;
}
p {
    width: 60%;
    margin: 20px auto 20px auto;
    text-align: justify;

}
a {
    color:lightblue;
    font-weight: bold;
}


.ascii {
    color: rgb(32, 32, 32); background: rgb(95, 93, 93);
    display: inline-block;
    white-space:pre;
    letter-spacing:0;
    line-height:1.4;
    font-family:'Consolas','BitstreamVeraSansMono','CourierNew',Courier,monospace;
    font-size:9px;
    border-width:1px;
    border-style:solid;
    border-color:lightgray;
}