body {
  color: #40514e;
  margin: 0;
  text-align: center;
  font-family: "Merriweather", sans-serif;
  background-color: rgb(241, 251, 251);
}
hr{
  border: 6px;
  border-top: dotted;
  width: 8%;
  border-width: thick;
  color: #c5ecec;
  margin: auto;
}
h1 {
  margin: 50px auto 0 auto;
  font-family: "Sacramento", cursive;
  font-size: 5.625rem;
  /* 
  16px == 100% == 1em
  rem ingnore inherited font
  */
  color: #66bfbf;
}

h2 {
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #66bfbf;
  padding-bottom: 10px;
}

h3 {
  font-family: "Montserrat", sans-serif;
  color: #11999e;
}
.top-container {
  position: relative;
  padding-top: 100px;
  background-color: #eaf6f6;
}

.middle-container {
  margin: 100px 0 ;
}

.bottom-container {
  margin: auto;
  background-color: #66bfbf;
  color: white;
  padding: 30px 50px;
  text-align: center;
}

#pro {
  text-decoration: underline;
  display: inline-block;
}

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

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

.over-lapping-cloud{
  position: absolute;
  right: 333px;
  top: 530px;
}

a {
  text-decoration: none;
}

.skills {
  margin: 60px 0;
}
.skill-row {
  line-height: 2;
  margin: 70px auto;
  width: 50%;
  text-align: left;
}
.skill-img-1 {
  width: 25%;
  float: left;
  margin-right: 30px;
}

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

.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;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  padding: 20px 35px;
  display: inline-block;
  margin: 25px 0;
}

.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 {
  position: relative;
  top: 22px;
  margin: 50px 18px;
  padding: 25px 5px;
  color: #11999e;
  background-color: #66bfbf;
  bottom: 50px;
}

.copy-right {
  position: relative;
  top: 40px;
  left: 9px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.contact-me {
  margin: 56px auto;
}
