.ez-textarea{
    width: 100%;
    min-height: 300px;
    padding: 25px;
   border: none;
}

.ez-textarea:focus-visible{
    outline: none;
}