body {
    margin: 0;
    text-align: center;
    font-family: 'Merriweather', serif;

}

div {
    background-color: #E9F8F9;
}
h1 {
    font-size: 5.5rem;
    margin: 50px auto 0 auto;
    font-family: 'Sacramento', cursive;
    color: #66BFBF;
    
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    color: #66BFBF;
    font-weight: normal;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    color: #11999E;
    
}

hr {
    
    width: 5%;
    border-top: 5px dotted;


}
p {
    margin-bottom: 0px;
    
}

a {
    font-family: 'Montserrat', sans-serif;
    color: #11999E;
    text-decoration: none;
    margin: 10px 10px;
}

a:hover {
    color: #EAF6F6;
}

.top-container {
    padding-top: 100px;
    position: relative;
}

.middle-container {
    padding-top: 100px;
    padding-bottom: 20px;
}

.bottom-container {
   background-color: #66BFBF;
   height: 150px;
   padding-top: 40px;

   
   
}
.pro {
    text-decoration: underline;
}
.bottom-cloud {
    position: absolute;
    bottom: 300px;
    left: 300px;
}

.top-cloud {
    position: absolute;
    right: 350px;
    top: 50px;
}

.hobbies {
    width: 25%;
    float: left;
    margin-right: 30px;
}

.nft {
    float: right;
    width: 25%;
    margin-left: 30px;
}
 .prof-pic {
    width: 25%;
 }

.skill-row {
    width: 50%;
    margin: 100px auto;
    text-align: left;
    line-height: 2;
}

.contact-me {
    width: 50%;
    margin: 100px auto;
   
    line-height: 2;
}

.profile {
    width: 50%;
    margin: 0 auto;
}

.btn {
    background: #66BFBF;
    background-image: -webkit-linear-gradient(top, #66BFBF, #2980b9);
    background-image: -moz-linear-gradient(top, #66BFBF, #2980b9);
    background-image: -ms-linear-gradient(top, #66BFBF, #2980b9);
    background-image: -o-linear-gradient(top, #66BFBF, #2980b9);
    background-image: linear-gradient(to bottom, #66BFBF, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  
  .btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
  }

  .copyright {
    color: #EAF6F6;
    font-size: 50%;
    padding: 20px 0;
  }