.all {
  font-family: "Lato";
  color: #fff;
}

#content {
  margin: auto;
  width: 900px;
}

.boundingBox {
  text-align: center;
  background: #003152;
  padding: 15px 2px 15px 2px;
  border-radius: 5px;
}
.boundingBoxLeft {
  text-align: center;
  margin-top: 35.5px;
  padding: 15px 2px 15px 2px;
  border-radius: 5px;

  width: 320px;
  height: 50px;
}
#leftSection {
  color: #000;

  float: left;
  width: 560px;
  height: 610px;
}
#rightSection {
  float: left;
  background: #003152;
  margin-left: 20px;
  width: 320px;
  height: 590px;
}
.start {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  width: 145px;
  color: green;
}
.start a {
  color: green;
  text-decoration: none;
}
