body{
    background: #010101;
    color:#f3efe3;
    font:15px/1.5 monospace
}
main{
    max-width:36rem;
    padding:2rem;
    border:1px dashed #8d7;
    box-shadow:0 0 0 1px #000 inset
}
p{margin:.4rem 0}
strong{color:#cfe8b8}
