body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "Verdana";
  font-style: normal;
}
.wrap {
  position: fixed;
  height: auto;
  min-height: 100%;
  width: 100%;
  margin: 80px 0px 100px;
  padding:0px 20px 60px;
  box-sizing: border-box;
  overflow: auto;
  background-size: cover;
  text-align: center;
  font-size: 14px;
  text-align: left;
}
.header {
  border-bottom: 1px solid black;
  position: fixed;
  height: 80px;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px 120px 10px 20px;
  width: 100%;
  background-color: #FAFAD2;
  color: white;
  text-align: left;
}
.contents {
  margin: 100px;
}
.footer {
  border-top: 1px solid black;
  height: 40px;
  width: 100%;
  display: block;
  margin-top: 20px;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  position: fixed;
  background-color: #FAFAD2;
  color: white;
  text-align: center;
  font-size: 14px;
}
.fieldlegend {
  background: #FAFAD2;
  color: #0da502;
  padding: 5px 25px 5px;
  border-radius: 5px;
  box-shadow: 0 0 0 2px #ddd;
  margin-left: 20px;
  text-align: center;
  font-size: 14px;
}
.field {
  background: #1E90FF;
  color: #ffffff;
  padding: 5px 20px 5px;
  border-radius: 5px;
  margin-top: 15%;
  box-shadow: 0 0 0 2px #ddd;
  margin-left: 15%;
  width: 10%;
}
