body {
  color: #40514E;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}

.top-container {
  background-color: #EAF6F6;
  position: relative;
  padding-top: 100px;
}


h1 {
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;
  font-size: 5.625rem; /* because 100% = 16px = 1em  so  562% = 90px = 5.625em em is now chnged to rem*/
  color: #66BFBF;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: #66BFBF;
  font-weight: normal;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}

a {
  color: #11999E;
}

.top-cloud {
  position: absolute;
  right: 250px;
  top: 50px;
}

.bottom-cloud {
  position: absolute;
  left: 250px;
  bottom: 300px;
}

.skill-row {
  width: 50%;
  margin: 100px auto;
  text-align: left;
  line-height: 2;
}

.py-img {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.ht-img {
  width: 35%;
  float: right;
  margin-left: 30px;
}

.profile {
  padding-top: 100px;
  padding-bottom: 100px;

}

hr {
  border-style: none none dotted none;
  border-color: #EAF6F6;
  border-width: 8px;
  width: 5%;

}

.profile-p {
  width: 30%;
  margin: auto;
  line-height: 2;
}

.skills {
  margin-top: 100px;
}

.contact-me{
  margin: 100px 0;
}

.bottom-container {
  position: relative;
  padding: 50px 0;
  background-color: #66BFBF;

}

.footer-link{
  color: #11999E;
  padding: 0 20px 10px;
  text-decoration: none;
}

.footer-link:hover {
  color: #EAF6F6;
}

.copyright{
  padding-top: 20px;
  color: #EAF6F6;
  font-size: 12px
}



.btn {
  background: #11cdd4;
  background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
  background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
  background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
  background-image: -o-linear-gradient(top, #11cdd4, #11999e);
  background-image: linear-gradient(to bottom, #11cdd4, #11999e);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #30e3cb;
  background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
  text-decoration: none;
}
