body {
width: 100%;
height: 100%;
  margin-left: -0.3px;
}

#header {
  width: 100%;
}

#body {
  background-color: #051729;
  color: white;
  margin-left: -10px;
  margin-top: -10px;
  font-size: 50px;
}

/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
  float: right;
  padding: 50px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #357EC7;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.body {
  background-color: #055C46;
  color: white;
  margin-top: 10px;
  font-size: 50px;
  padding: 50px;
  font-family: Berlin Sans FB Demi;
}

#content {
  color: black;
  padding: 50px;

}

#footer_body {
 background-color: #051729;
  font-family: Algerian;
   font-size: 60px;
   height: 125px;
}

.footer_left {
  color: white;
  float: left;
  font-family: Times New Roman;
  font-size: 20px;
  width: 500px;
  margin-left: 200px;
  margin-top: 10px;
}

.footer_left_one {
  color: white;
  float: left;
  font-family: Times New Roman;
  font-size: 20px;
  width: 400px;
  margin-left: 200px;
  margin-top: 30px;
  background-color: #051729;
}


.footer_left_right {
  float: right;
  margin-right: 20px;
}

.footer_left_left {
  float: left;
}

