body {
  text-align: center;
  font-family: courier;
  margin:0;
}

#banner {
  padding: 4px;
  background-color: gainsboro;
}

#container {
  background-color: gainsboro;
}

#title,#credit,#copyright,#date,#contact {
  background-color: gainsboro;
}

label {
  padding: 4px;
}

textarea {
  width: 99vw;
  height: 2.5rem;
  border: none;
  font-family: courier, italic;
}

.italics {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.header-textareas {
  text-align: left;
  font-size: 12pt;
  font-weight: bold;
  border-bottom: 2px solid black;
}

label {
  display: flex;
  justify-content: space-between;
}

label > textarea {
  width: 68vw;
}
