.contents table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
}
.contents table th,table td{
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
}

.contents table th{
  background-color: #C76452;
  color: white;
  border:solid 1px #927141;
  width: 200px;
  font-size: 19px;
}

.contents table td{
  background-color: #C1FFC4;
  border:solid 1px #af9d85;
  width: 700px;
  text-align: left;
  font-size: 19px;
  padding: 5px;
}
