body{
  margin: 0;
  color: #40514E;
  text-align: center;
  font-family: 'Merriweather', serif;
}

h1{
  line-height: 2;
  margin: 50px auto 0 auto;
  font-size: 562.5%;
  color: #66BFBF;
  font-family: 'Sacramento', cursive;
}

h2{
  font-weight: normal;
  color: #66BFBF;
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 10px;
}

h3{
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
}

a{
  color: #11999E;
  margin: 10px 20px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}

a:hover{
  color: #EAF6F6;
}

.bottom-cloud{
  position: absolute;
  left: 250px;
  bottom: 300px;
}

.top-cloud{
  position: absolute;
  top: 40px;
  right: 300px;
}

.top_container{
  padding-top: 100px;
  background-color: #E4F9F5;
  position: relative;
}

.middle-container{
  margin: 100px 0;
}

.bottom-container{
  background-color: #66BFBF;
  padding: 50px 0 20px;
}

.pro{
  text-decoration: underline;
}

.My_Image{
  height: 300px;
  width: 300px;
  border-radius: 50%;
}

.Skill1{
  float: left;
  height: 25%;
  width: 25%;
  margin-right: 20px;
  border-radius : 50%;
}

.Skill2{
  float: right;
  height: 25%;
  width: 25%;
  margin-left: 20px;
  border-radius : 50%;
}

.skill-row{
  text-align: left;
  width: 50%;
  margin: 100px auto;
}

p{
  line-height: 2;
}

.btn{
  border-radius: 8;

}

.intro{
  width: 30%;
  margin: auto;
}

.end{
  width: 30%;
  margin: 40px auto 60px;
}


hr{
  margin: 100px auto;
  border: dotted #EAF6F6 6px;
  border-bottom: none;
  width: 4%
}

.btn {
  background: #11CDD4;
  background-image: -webkit-linear-gradient(top, #11CDD4, #1199E);
  background-image: -moz-linear-gradient(top, #11CDD4, #1199E);
  background-image: -ms-linear-gradient(top, #11CDD4, #1199E);
  background-image: -o-linear-gradient(top, #11CDD4, #1199E);
  background-image: linear-gradient(to bottom, #11CDD4, #1199E);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  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;
}

.copy-right{
  color: #EAF6F6;
  font-size: 0.75rem;
  padding: 20px 0;
}
