* {
    margin: 0;
    padding: 0;
}

.wrapper {
    /*outline: 3px solid cadetblue;*/
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}
.menu,
.text{
    width: 90%;
    /*border: 1px solid chocolate;*/
    /*text-align: center;*/
    margin: 10px;
}
.menu button {
    margin: 30px 30px 30px 0;
}
menu .clear-text-value {

}
.text textarea {
    width: 100%;
}
.text .text_box {
    width: 100%;
    height: 255px;
    padding: 6px 12px;
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    border-radius: 5px;
    overflow-y: auto;
    user-select: none;
}
.text_box span {
    cursor: pointer;
}