body{
  overflow-x: hidden;
}
header.top{
  background-color: #cae3dd;
}
img {
  width: 400px;
  height: 400px;

}
.responsive {
  width: 30%;
  height: auto;
}
ul, li{
  list-style: none;
  display: inline-block;
}

a {
  color:#098567;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover{
    color:#08f8be;
	  text-decoration: none;
  }
