.all {
  font-family: "Lato";
  color: #ffffff;
  text-decoration: none;
}

#content {
  margin: auto;
  width: 1200px;
}

.boundingBox {
  text-decoration: none;

  text-align: center;
  background: #003152;
  padding: 15px 2px 15px 2px;
  border-radius: 5px;
}
.boundingBoxLeft {
  text-align: center;
  color: #ffffff;
  padding: 15px 2px 15px 2px;
  border-radius: 5px;
}
.boundingBoxRight {
  text-align: center;
  background: #003152;
  padding: 15px 2px 15px 2px;
  border-radius: 5px;
}
#leftSection {
  float: left;
  width: 200px;
}
#leftSection a {
  text-decoration: none;
  color: #000000;
}
#rightSection {
  float: left;
  margin-left: 20px;
  width: 980px;
}
#start {
  clear: both;
  float: right;
  width: 150px;
}
#start a {
  color: green;
  text-decoration: none;
}

.b1 {
  background-color: #28a745;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  border-radius: 5px;
}

.b2 {
  background-color: #dc3545;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  border-radius: 5px;
}

.b3 {
  background-color: #ffc107;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  border-radius: 5px;
}
