body {
   margin: 0;
   text-align: center;
   font-family: 'Merriweather', serif;
   background-color: #e0e9e8;
}
.logo {
   height: 10rem;
   width: 10rem;
   border-radius: 50%;
}
.tech {
   height: 5rem;
   width: 5rem;
}
h1 {
   margin: 50px auto 0 auto;
   font-family: 'Sacramento', ;
   font-size: 562.5%;
   color: #66bfbf;
}
h2 {
   font-family: 'Montserrat', sans-serif;
   font-size: 1.5rem;
   color: #66bfbf;
   font-weight: normal;
   padding-bottom: 10px;
}
h3{
   font-family: 'Montserrat', sans-serif;
   color: #11999e;
}
.top-container{
   background-color: #e4f9f5;
   position: relative;
   padding-top: 100px;
}
a {
   color: #11999e;
   font-family: 'Montserrat', sans-serif;
   text-decoration: none;
   margin: 10px 20px ;
}
a:hover  {
   color: #eaf6f6;
}
.skill-row {
   width: 50%;
   margin: 100px auto 100px auto;
   text-align: left;
   line-height: 2;
}

.middle-container {
   margin: 100px 0;

}
.bottom-container {
   background-color: #66bfbf;;
padding: 35px 0 20px;

}
.top-cloud {
   position: absolute;
   right: 300px;
   top: 40px;
}
.DP {
   border-radius: 15%;
   width: 25%;
   float: left;
   margin-right: 30px;
}
.Dp1{
   width: 40%;
   height: 300px;
   border-radius: 20%
}
.DP2 {
   border-radius: 15%;
   width: 25%;
   float: right;
   margin-left: 30px;
}
.DP3 {
   border-radius: 15%;
   width: 25%;
   float: left;
   margin-right: 30px;
}
.profile {
   width: 50%;
   margin: 100px auto 100px auto;
   line-height: 2;
}
hr {
   border: dotted #eaf6f6 6px;
   border-bottom: none;
   width: 5%;
   margin: 100px auto;
}

.footer-link {
   color: #11999e;

}
p {
   line-height: 2;
}
.copy {
   color: #eaf6f6;
   font-size: 0.85rem;
   padding: 20px 0;
}

.btn {
   font-family: 'Montserrat', sans-serif;
   color: #ffffff;
   font-size: 20px;
   background-color: #11cdd4;
   text-decoration: none;
   border-radius: 8;
   padding: 10px 20px 10px 20px;
}
.contact-message {
   width: 40%;
   margin: 40px auto 60px;
}
.btn:hover {
   background-color: #30e3cb;
   text-decoration: none;
}
.RC {
   color: #11999e;
   height: 20px;
   margin: 0 ;
   font-size: 1rem;
}