body {
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  font-size: 1em;
}

h1 {
  margin: 50px auto 0 auto;
  font-family: 'Sacramento',cursive;
  font-size: 8.625rem;
  color: #66BFBF;
  line-height: 2;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  color: #66BFBF;
  padding-bottom: 10px;
}
h3 {
  font-family: 'Montserrat', sans-serif;
 color: #11999E;
}
.top-container {
  background-color: #E4F9F5;
  position: relative;
  padding-top: 100px;
}
.top-cloud {
  position: absolute;
  right: 300px;
  top: 40px;
}
.bottom-cloud {
  position: absolute;
  left: 250px;
  bottom: 300px;
}
.footer-link {
color: #11999E;
}
.subtitle {
  font-weight: normal;
}
.skill-row{
  width: 50%;
  margin: auto;
  text-align: left;
  line-height: 2;
}
p{
  line-height: 2;
}
.profile {
  line-height: 2;
}

hr{
  border: dotted #3f3f44 6PX;
  border-bottom: none;
  width: 10%;
  margin: 100px auto;
}
.ps {
  width: 25%;
  float: left;
  margin-right: 50px;
}
.skill {
  float: right;
  margin-left: 10px;
  margin-top: 50px;
  
}
.middle-container {
margin: 100px 0;
}
.bottom-container{
background-color: #66BFBF;
padding: 50px 0 20px;
}
.intro{
width: 40%;
margin: auto;
}
.contact-message{
  width: 40%;
  margin: 40px auto 60px;
}
.BUTTONN{
   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: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   color: #FFFFFF;
   font-family: 'Montserrat', sans-serif;
   font-size: 40px;
   font-weight: 100;
   padding: 40px;
   box-shadow: 1px 1px 20px 0 #000000;
   -webkit-box-shadow: 1px 1px 20px 0px #000000;
   -moz-box-shadow: 1px 1px 20px 0px #000000;
   text-shadow: 1px 1px 20px #000000;
   border: solid #337FED 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.BUTTONN:hover {
   border: solid #337FED 1px;
   background: #30ECBE;
   background-image: -webkit-linear-gradient(top, #30ECBE, #2BC4AD);
   background-image: -moz-linear-gradient(top, #30ECBE, #2BC4AD);
   background-image: -ms-linear-gradient(top, #30ECBE, #2BC4AD);
   background-image: -o-linear-gradient(top, #30ECBE, #2BC4AD);
   background-image: linear-gradient(to bottom, #30ECBE, #2BC4AD);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   text-decoration: none;
}
a{
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}
a:hover{
  color: #EAF6F6;
}
.copyright{
  color: #EAF6F6;
  font-size: .75rem;
  padding: 20px 0;
}
