body {

  background-color: #9DDAC6;

  font-family: 'Merriweather', serif;


}

h1 {

  text-align: center;

  color: black;

}

h3 {

  color: black;
}

.description {

  color: black;

}

.image-class {

  align-items: center;
  text-align: center;

}

.link {

  color: black;

  width: 10%;

  margin-top: 10px;

  text-decoration: none;

  position: absolute;

  right: 1px;
  top: 1px;

  font-size: 20px;

}

.link1 {

  color: black;

  width: 10%;

  margin-top: 10px;

  text-decoration: none;

  position: absolute;

  right: 1px;
  top: 25px;

  font-size: 20px;

}

a:hover {

  color: green;
}


.bottom-container {

  text-align: center;

  background-color: #66BFBF;

  width: 100%;



  margin:0;

}

.last-line {

  margin: 0;

  color: #EAF6F6;

  padding: 20px 0 20px 0;

  background-color: #66BFBF;

}

.footer-link {

  color: #11999E;

  display: inline-block;

  width: 10%;

  margin-top: 10px;

  text-decoration: none;

}
