body {
  background-color: #ccecf5;
  margin-left: 20px;
  margin-right: 0px
  font-family: "Smooch Sans", Georgia, serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  position: relative; 
}

header {
  font-family: "Playwrite IN", Georgia, serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  background-color: DarkSalmon;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  display: block;
}

}
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  margin-top: 25px;
}

.topnav a:hover {
  background-color: darksalmon;
  color: black;
}

.topnav a.active {
  background-color: black;
  color: white;
}



main {
  margin-top: 180px;
  margin-bottom: 0px;
  font-family: "Smooch Sans", Georgia, serif;
}

* div {
  font-family: "Smooch Sans", Georgia, serif;
}

* p {
  font-family: "Smooch Sans", Georgia, serif;
}

* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

img {
  opacity: 1;
}


* {
  box-sizing: border-box;
}

.column {
  float: left;
  padding: 8px; 
}

.column.side {
  width: 20%;
}

.column.middle {
  width: 50%;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column.side, .column.middle {
    width: 100%;
    align: center;
  }
}

footer {
  text-align: center;
  padding: 30px;
  background-color: DarkSalmon;
  color: black; 
  position: relative;
  display: block;
  width:100%;
  height: 150px;
  left: 0;
  bottom: 0;
  font-family: "Smooch Sans", Georgia, serif; 
}
