body {
    text-align: center;
    background-color: rgb(41, 41, 41);
    color: white;
    font-family: 'Courier New', Courier, monospace;
}

#input {
    font-size: larger;
    padding: 5px;
    border: 3px solid azure;
    border-radius: 7px;
}