* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  background-color: #fff;
  
}

/* Style the header */
.header {
  background-color: #228B22;
  padding: 10px;
  text-align: left;
  font-size: 25px;
  
}

/* Style the top navigation bar */
.nav {
  overflow:hidden ;
  background-color: #ccc;
}

/* Style the topnav links */
.nav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 10px 15px;
  margin-left: 10px;
  font-size: 25px;
  text-decoration: none;
}

/* Change color on hover */
.nav a:hover {
  background-color: #ddd;
  color: black;
}

/* CSS Section Code */

.section {
  padding:  10px 5px 15px;
  text-align: center;
   font-size: 18px;
  color: #000;
  background-color: #fff;
  
}


/* CSS Image Code */

.image1 {
  width: 200px ;
  height: 200px;
  float: left;
  padding: 10px 10px 10px;
}



/* Style the footer */
.footer {
  background-color: #ccc;
  padding: 10px;
  text-align: center;
  color: #000;
   font-size: 18px;
}



