:root {
    --background-color: #1d1d1d;
    --text-color: white;
}

* {
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
    width: 100%;
    background: var(--background-color);
}

#in {
    max-height: 888px!important;
    text-align: center;
    top: 50%;
    height: 37px;
    transform: translate(-50%, -50%);
    width: 80%;
    background: none;
    resize: none;
    font-size: 32px;
    color: var(--text-color);
    outline: none;
    border: 1px dashed rgb(41, 41, 41);
    position: fixed;
    left: 50%;
}

::-webkit-scrollbar {
    width: 0px;
}