/* create bright green fuzzy text like I remember on the TRS-80 monitor I had */
.TRS80 {
    margin-left: 30%;
    margin-right: 30%;
    background-color: black;
    text-wrap-style: balance;
    text-transform: uppercase;
    color: #0f0;
}

.TRS80 > pre {
    font-family: "VT323", monospace;
    font-size: 28px;
    background: #000;
    margin: 10px;
    border: 1px solid yellow;
}
