.all {
  font-family: "Lato";
  color: #ffffff;
}

#content {
  margin: auto;
  width: 1100px;
}

.boundingBox {
  text-align: center;
  color: #ffffff;
  background: #003152;
  padding: 15px 2px 15px 2px;
  border-radius: 5px;
}
.boundingBoxTop {
  text-align: center;
  color: #ffffff;
  background: #003152;
  padding: 15px 2px 15px 2px;
  border-radius: 5px;
}
.boundingBoxBottom {
  text-align: center;
  background: #003152;
  padding: 5px 2px 5px 2px;
  border-radius: 5px;

  width: 400px;
  height: 150px;
}
#leftSection {
  float: left;
  width: 400px;
}
#rightSection {
  float: left;
  background: #003152;
  margin-left: 95px;
  width: 400px;
}
.start {
  float: right;
  margin-top: 18px;
  margin-right: 15px;
  width: 150px;
  color: green;
}
.start a {
  color: green;
  text-decoration: none;
}
.prev {
  float: left;
  margin-left: 70px;
  width: 145px;
  color: green;
}
.prev a {
  color: green;
  text-decoration: none;
}
