body {
    background-color: black;
    color: white;
    font-family: 'Consolas';
}

input {
    border: none;
    background-color: black;
    color: white;
    width: fit-content;
}