background: #20a464;
}
.copy-box textarea {
width: 100%;
min-height: 180px;
box-sizing: border-box;
padding: 18px;
border: none;
outline: none;
resize: vertical;
background: #0d0d0d;
color: #e8e8e8;
font-size: 15px;
line-height: 1.8;
direction: ltr;
text-align: left;
}
.copy-box textarea::selection {
background: #1683ff;
color: white;
}