* {
  box-sizing: border-box;
}
body {
  margin: 0;
   background-color: #d9d9d9;
  }
 /* Style the header */
.header {
	height: 90px;
background-color: #cccc99;
  text-align: center;
  line-height: 0.5;
  margin: 1px;
  padding: 1px;
  }
/* Style the top navigation bar */
.topnav {
 /* overflow: hidden;*/
  background-color: #617538;
  position: fixed;
  top: 95px;
  width: 100%;
}
/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: #660033;
}
.txtjust {
  text-align: justify;
  text-justify: inter-word;
}
/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: 50px;
  }
 /* Left and right column */
.column.side {
  width: 25%;
  background-color: #f9f2eb;
}
/* Middle column */
.column.middle {
  width: 50%; 
  background-color: #f5eef6;                                                                                                                                                                                                                             cccccccccccccc}
{
/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column.side, .column.middle {
    width: 100%;
  }
  }
  /* Style the footer */
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   line-height: 0.1;
  background-color: #9ab464;
  height: 20px;
   text-align: center;
   font-family: 'Courier New', monospace;
}


  