body {
    margin:0;
    text-align: center;
    font-family:merriweather, serif;
}
h1{
    font-family: sacramento,cursive;
    margin:50px auto 0 auto;
    font-size: 5.625rem;
    color: #66BFBF;
    line-height: 2;
}
h2{
    font-family: montserrat,sans-serif;
    font-size: 2.5rem;
    color: #66BFBF;
    font-weight: normal;
}
h3{
    font-family: montserrat,sans-serif;
    color: #11999E;
}

.top-container{
    background-color: #EAF6F6;
    position: relative;
    padding-top: 100px;
}
.middle-container{
}
.bottom-container {
}
.dev{
    text-decoration: underline;
}
.bottom-cloud{
    position: absolute;
    left: 300px;
    bottom: 300px;
}
.top-cloud{
    position:absolute;
    right:300px;
    top:50px;
}
.PP{
    width: 200px;
}
a{
    color: #11999E;
}
.skill-row{
    margin:auto;
    margin-top:100px;
    margin-bottom:100px;
    width:50%;
    text-align:left;
    line-height:2;
}
.pp-develop{
    width:25%;
    float:left;
    margin-right:30px;
}
.pp-fiction{
    width:25%;
    float:right;
    margin-left:30px;
}
p{
    color:40514E
}
.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: 16px;
  padding: 9px 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;
}
.contact-me{
    padding-bottom:50px;
}
.bottom-container{
    padding-top:50px;
    background-color:#66BFBF;
    padding-bottom:50px;
}
.footer-link{
    display:inline-block;
    padding-right:20px;
}
.width-setup{
    width:400px;
    margin:auto;
    padding-bottom:50px;
}

