body {
    background: #966F33;
}
.monitor {
    font-size: 20px;
    font-family: courier, terminal, monospace;
    font-weight: bold;
    color: #13DF13;
    text-shadow: 2px 2px 2px #13CD13;
    width: 680px; height: 400px;
    background: #222222;
    padding: 25px;
    border-radius: 15px;
    margin: 30px auto;
    box-shadow: inset -1px 2px 10px 5px grey;
}
