* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  background-color:#6699FF ;
  
}

/* Style the header */
.header {
  background-color: white;
  padding: 10px;
  text-align: center;
  font-size: 36px;
  font-family:Serif;
  font-style:bold;
  
}

/* Style the top navigation bar */
.nav {
  overflow:hidden ;
  background-color: #6699FF;
}

/* Style the topnav links */
.nav a {
  float: left;
  display: block;
  color: #FFFF99 ;
  text-align: center;
  padding: 10px 15px;
  margin-left: 10px;
  font-size: 20px;
  text-decoration: none;
}

/* Change color on hover */
.nav a:hover {
  background-color: #ddd;
  color: black;
}


p {

  text-align: Fully Justified;
  font-family:Serif;
  font-style:Italic;
  font-size: 16px;

}


/* Style the footer */
.footer {
  background-color: #6699FF;
  padding: 10px;
  text-align: center;
  color: #000;
   font-size: 18px;
}

.section {
  padding:  10px 5px 15px;
  text-align: left;
   font-size: 18px;
  color: #fff;
  background-color: #ddd;
  
}



.image1 {
  width: 100px ;
  height: 100px;
  float: center;
  padding: 10px 10px 10px;
}


.image2 {
  width: 100px ;
  height: 100px;
  float: right;
  padding: 10px 10px 10px;
}
.image3 {
  width: 100px ;
  height: 100px;
  float: right;
  padding: 10px 10px 10px;
}

}
.image4 {
  width: 100px ;
  height: 100px;
  float: right;
  padding: 10px 10px 10px;
}
#box {

  float: left;

  width: 33.33%;

  padding: 30px;

  box-sizing: border-box;



}



.img-container {

  float: right;

  width: 25%;

  padding: 5px;

  box-sizing: border-box;

}

.img-container2 {

  float: left;

  width: 100%;

  padding: 5px;

  box-sizing: border-box;

}





.clearfix::after {

  content: "";

  clear: both;

  display: table;

}

.img-container1 {

  float: right;

  width: 15%;

  padding: 5px;

  box-sizing: border-box;

}

.img-container2 {

  float: center;

  width: 15%;

  padding: 5px;

  box-sizing: border-box;

}

a {
color: #FF3300  ;
}
	