body, html {
    margin: 0;
    padding: 10px;
    background-color: black;
    color: rgb(0, 255, 0);
    font-family: monospace;
    font-size: 18px;
}

input {
    display: inline;
    background-color:black;
    color: rgb(0, 255, 0);
    border: 0;
    font-size: 18px;
    font-family: monospace;
    width: 50%;
    outline: none;
}
input:focus {
    outline-width: 0;
    outline: none;
}


.text-print a, .text-print a:visited {
    font-weight: lighter;
    color: rgb(0, 255, 0);
}

