body {
  text-align: center;
}

h1 {
  font-family: 'Comfortaa';
  font-size: 23px;
  text-align: left;
  vertical-align: middle;
  color: white;
  font-weight: lighter;
  
  background-color: #4F4F4F ;
  height: 65px;
  width: 100%;
}
textarea {
  width: 32%;
  float: top;
  min-height: 355px;
  overflow: scroll;
  margin: auto;
  display: inline-block;
  background: #212121;
  outline: none;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: white;
  resize: none;
}

iframe {
  bottom: 0;
  position: relative;
  width: 96%;
  height: 40rem;
  border-color: black;
  background-color: white;
}
p {
  font-family: 'Comfortaa';
  font-size: 20px;
  color: white;
  text-align: center;
}
