textarea {
  min-height: 400px;
}

.test {
  border: 1px solid black;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.test2 {
  display: flex;
  justify-content: flex-end;
}

.email-read {
  background-color: lightgray;
}
