body {
    background-color: #966F33;
}

.monitor {
    font-size: 22px;
    font-family: courier, terminal, monospace;
    font-weight: bold;
    color: #13DF13;
    text-shadow: 2px 2px 2px #13CD13;
    width: 720px;
    height: 480px;
    background-color: #222222;
    padding: 25px;
    border-radius: 15px;
    box-shadow: inset -1px 2px 10px 5px grey;
}

#monitor2 {
    text-shadow: 2px 2px 2px red;
}