*{box-sizing: border-box;}
*{
  margin: 0;
  padding: 0;
}
body{
  text-align: center;
}
/* HEADER SECTION */
.header img{
        width:100%;
  	    height:400px;
  	    float: center;}
/* Style the top navigation bar */
.topnav {
  overflow: hidden;
	background-color: #ffdfdd

}

/* Style the topnav links */

.topnav a {
  float: left;
  display: block;
font-family: bignoodletitling;
	font-size: 20px;
  color: #0F0F0F;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
  letter-spacing: 5px;
}
/* Change color on hover */
.topnav a:hover {
  background-color: purple;
  color: black;
}

/*mddle collumn*/
.column.middle {
  font-size: 25px;
}
/* FOOTER SECTION */
footer {
    font-size: 20px;
    background-color: #7BCCB5;
  	text-decoration-color: #fff;
  	padding:10px;
  	clear:both;
  	text-align: center;}
