* {
    font-family: monospace;
}

body {
    background-color: #000;
    padding: 10px;
}

hr {
    border-color: #3f2926;
    margin: 10px 0;
}

textarea {
    background-color: #000;
    border: 1px solid #3f2926;
    border-radius: 5px;
    color: #be9668;
    height: 80px;
    padding: 10px;
    resize: none;
    width: 100%;
}

#mainWrapper {
    display: flex;
}

#status {
    background-color: #000;
    border: 1px solid #3f2926;
    border-radius: 5px;
    color: #be9668;
    padding: 10px;
}
#status > p {
    color: #be9668;
}

#canvasWrapper {
    background-color: #000;
    border: 1px solid #3f2926;
    border-radius: 5px;
    color: orange;
    display: flex;
    padding: 10px;
}

canvas {
    margin: auto;
}

input[type="text"] {
    background-color: #000 !important;
    border: 1px solid #3f2926;
    border-radius: 5px;
    color: white;
    padding: 10px;
    width: 100%;
}
