* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  background-color: #6699FF;
  
}

/* Style the header */
.header {
  background-color: #6699FF;
  padding: 10px;
  font-family: serif;
  font-style: bold;
  text-align: center;
  font-size: 36px;
  
}

/* Style the top navigation bar */
.nav {
  overflow:hidden ;
  background-color: #556633;
}

/* 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;
}


/* Style the footer */
.footer {
  background-color: #457877;
  padding: 10px;
  text-align: center;
  color: #000;
   font-size: 18px;
}

.section {
  padding:  10px 5px 15px;
  text-align: left;
   font-size: 18px;
  color: #000;
  background-color: #6699FF;
  
}



.image1 {
  width: 200px ;
  height: 200px;
  float: right;
  padding: 10px 10px 10px;
}


.image2 {
  width: 200px ;
  height: 200px;
  float: left;
  padding: 10px 10px 10px;
}

.column {
  float: left;
  padding: 10px;
}

/* right column */
.column.right {
  width: %;
  background-color: #6699FF;
   font-size: 18px;
  
}

/* Left column */
.column.left {
  width: 0%;
  background-color: #6699FF;
   font-size: 18px;
  
}

/* Middle column */
.column.middle {
  width: 100%;
  justify: center;
   font-size: 18px;
   background-color: #6699FF;
}









