.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

iframe, textarea {
  width: 100%;
  height: 100vh; 
  font-size: 1rem;
  background: transparent;
  border-color: black;
}

body {
  height: 100vh;
  margin: 2em;
  background-color: rgb(204,188,175);
}

label {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  display: block;
}

footer {
  padding: 2em;
  text-align: center;
  font-style: italic;
  font-size: 1.2em;
}
