body {
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  font-size: 100%;
}

h1 {
  font-size: 5rem;
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;
  color: #66BFBF;
  line-height: 2;
}

h2 {
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  color: #66BFBF;
  font-weight: normal;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
  line-height: normal;
  margin-block-end: 0.5em;
}

hr {
  border-style: none;
  border-top-style: dotted;
  border-color: #EAF6F6;
  border-width: 6px;
  width: 7%;
}

p {
  color: #40514E;
}
.contact-me {
  width: 50%;
  margin: 100px auto 100px auto;
  line-height: 2;

}
.contact-me2 {
  width: 50%;
  margin: 0 auto 25px auto;
  line-height: 2;

}
.footer-link {
  color: #11999E;
  padding: 0 10px 0 10px;
  text-decoration: none;

}
.footer-link:hover {
  color: #EAF6F6;
  padding: 0 10px 0 10px;
  text-decoration: none;

}
.top-container {
  background-color: #EAF6F6;
  position: relative;
  padding-top: 100px;
}

.middle-container {}

.bottom-container {
  background-color: #66BFBF;
  position: relative;
padding: 25px 0 25px 0;
}

.top-cloud {
  position: absolute;
  right: 300px;
  top: 50px;
}

.skill-row {
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height: 2;
}

.bottom-cloud {
  position: absolute;
  left: 300px;
  bottom: 300px;
}

.imgskills1 {
  width: 10%;
  float: left;
  margin-right: 30px;
}

.imgskills2 {
  width: 10%;
  float: right;
  margin-left: 30px;
}

.profile {
  width: 50%;
  margin: 100px auto 100px auto;
  line-height: 2;
}
.pbtm {
  color: #EAF6F6;
  font-size: 20px;
    padding: 0 60px 0 32px;
}

.butn {
  background: #66BFBF;
  background-image: -webkit-linear-gradient(top, #66BFBF, #11999E);
  background-image: -moz-linear-gradient(top, #66BFBF, #11999E);
  background-image: -ms-linear-gradient(top, #66BFBF, #11999E);
  background-image: -o-linear-gradient(top, #66BFBF, #11999E);
  background-image: linear-gradient(to bottom, #66BFBF, #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;
}

.butn:hover {
  background: #11999E;
  background-image: -webkit-linear-gradient(top, #11999E, #66BFBF);
  background-image: -moz-linear-gradient(top, #11999E, #66BFBF);
  background-image: -ms-linear-gradient(top, #11999E, #66BFBF);
  background-image: -o-linear-gradient(top, #11999E, #66BFBF);
  background-image: linear-gradient(to bottom, #11999E, #66BFBF);
  text-decoration: none;
}
