* {
  /* outline: 1px solid red; */
}

body {
  background-color: black;
  margin: 0;
}

textarea {
  resize: none;
  width: 100%;
  padding: 0;
  border: 0;
  height: 257px;
  outline: 0;
  background-color: black;
  color: white;
}

iframe {
  border: 0;
  height: 257px;
  width: 100%;
}
