#header {
  background-color: #c97c7e;
  height: 60px;
  width:1000px;
}

h1 {
border-style: solid;
boder-color: #000000;
padding: 10px;
text-align: center;
}

table {
  text-align: center;
  border-collapse: collapse;
}

td, th {
  border: 1px solid black;
}

textarea {
  height: 100px;
  width: 200px;
}
