.word-filter__flex-container {
	display: grid;
}
.word-filter__flex-container textarea {
    flex: 1;
    height: 100px;
    width: 400px;
    margin-bottom: 5px;
}

.word-filter__flex-container input#catalog_completed {
  width: 99%;
  border: 1px solid green		;
  border-radius: 10px;
  color: black;
  background: white;
  margin-bottom: 5px;
}

.word-filter__flex-container input#email_completed {
  width: 49%;
  border: 1px solid green		;
  border-radius: 10px;
  color: black;
  background: white;
  margin-bottom: 5px;
}

.word-filter__flex-container input#message_completed {
  width: 89%;
  border: 1px solid green		;
  border-radius: 10px;
  color: black;
  background: white;
  margin-bottom: 5px;
}
#lettersList {
  width: 99%;
  border: 1px solid green               ;
  border-radius: 10px;
  background: black;
  color: white;
  margin-bottom: 5px;
}

