#terminal {
    width: 100%;
    height: auto;

    /* display: flex; */
    margin: 2rem;
    padding: 3rem;

    outline-style: solid;
    outline-width: 0.3rem;
    outline-color: white;

    font-size: 2rem;
    color: white;

    word-break: break-word;
    white-space: pre-wrap;

    user-select: none;
}