.header {
  padding: 15px;
  text-align: center;
  background: darkred;
  color: white;
  font-size: 30px;
}
.body1{
  float: left;
  width: 50%;
  background: white;
  color: black;
  font-size: 25px;
  }
.body2{
  float: right;
  width: 50%;
  background: black;
  color: white;
  font-size: 25px;
  }
p{text-indent: 3%;
  margin-left: 15px;
  margin-right: 15px
}
.footer {
  padding: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: darkblue;
  color: white;
  text-align: center;
  font-size: 30px}
