body {
    margin: 2px;
    font-family: 'Roboto Mono', monospace;
}
input {
    width: 100%;
    height: fit-content;
    border: transparent 0 solid;
    outline: none !important;
    font-family: 'Roboto Mono', monospace;
}
button {
    font-family: 'Roboto Mono', monospace;
}
img {
    width: 100%;
}