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

h1 {
  font-size: 5.625rem;    /*static size wont be affected by the parent (here, body) size. But dynamic sizing will.*/
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;
  line-height: 2;
  color: #66BFBF;
}

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

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

hr {
  border-style: dotted none none;
  width: 5%;
  border-color: grey;
  border-width: 5px;
  margin: 70px auto 70px auto;
}

h5 {
  margin-bottom: 100px;
}

.top-container {
  background-color: #FAF0D7;
  padding-top: 70px;
  position: relative;
}

.middle-container {
  margin-bottom:25px;
}

.bottom-container {
  margin-top: 100px;
  background-color: #66BFBF;
  padding: 50px 0 20px 0;
}

.bottom-cloud {
  position: absolute;
}

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

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

.web-img {
  width: 25%;
  float: left;
  margin: auto 30px auto auto;
}

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

.Pic {
  margin: 50px auto 30px auto;
}

.profile-para {
  width: 50%;
  position: relative;
  left: 25%;
}

.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;
}

.footer-link {
  margin: 30px 30px 30px 30px;
  padding-top: 30px;
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}

.copyright {
  color: #EAF6F6;
  margin-top: 30px;
  font-size: 0.75rem;
}