body {
  background-color: dimgrey;
  overflow: scroll;
}
#TheMainBody {
  width: 95%;
  display: inline-block;
  align-content: center;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 5px;
  margin-bottom: 5px;
  background: white;
  padding-left: 1%;
  z-index: 2;
  background-color: white;
}

#TheHeader {
  width: 95%;
  display: inline-block;
  align-content: center;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 1%;
  z-index: 2;
  background-color: white;
}

#TheFooter {
  width: 95%;
  display: inline-block;
  align-content: center;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 1%;
  position: relative;
  background-image: linear-gradient(#0047AB, #1274ff);
  text-align: center;
}

#FooterCopyright {
  font-size: 15px;
  text-align: center;
  align-content: center;
}
