body {
    margin: 0px;
    text-align: center;
}
h1 {
    margin-top: 50px auto 0 auto;
    font-family: 'Sacramento', cursive;
    font-weight:900;
     font-size: 562.5%;
     color: #66bfbf;
}
.intro {
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem;
    color: #66BFBF;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}
h3 {
    font-family: 'Montserrat', sans-serif;
}
.Cloud2 {
    position: absolute;
}
.Heading { 
    padding-top: 60px;
    background-color: #E4F9F5;
    position: relative;
    font-family: 'Merriweather', serif;
}
.Cloud1 {
    position: relative;
    left: 200px;
}
.cat {
    width: 100px;
    margin-top: 60px;
    border-radius: 40px;
}
hr {
    margin: 70px auto;
    border-style: none;
    border-top-style: dotted;
    border-width: 5px;
    color: gray;
    width: 50px;
}
.My-goal {
   width: 30%;
   margin: 40px auto 20px auto; 
}
.skill-row {
    width:50%;
    margin: 100px auto 100px auto;
    text-align: left;
    line-height: 2;
    position: relative;  
}
.cdphoto {
    width: 200px;
    margin-top: 60px;
    border-radius: 80px; 
}
.image1 {
    width: 130px;
    margin-top: 60px;
    border-radius: 80px; 
    float: left;
    margin-right: 30px;
}
.image2 {
    width: 130px;
    margin-top: 60px;
    border-radius: 80px; 
    float: right;
    margin-right: 50px;
    /* clear. This feature is used to remove a certain class from the float feature. */
}
.collab {
    width:50%;
    margin: 50px auto 100px auto;
    text-align: left;
    line-height: 2;
    position: relative;  
  }
.btn {
    background: #3486d9;
    background-image: -webkit-linear-gradient(top, #3486d9, #15d69c);
    background-image: -moz-linear-gradient(top, #3486d9, #15d69c);
    background-image: -ms-linear-gradient(top, #3486d9, #15d69c);
    background-image: -o-linear-gradient(top, #3486d9, #15d69c);
    background-image: linear-gradient(to bottom, #3486d9, #15d69c);
    -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;
    position:relative;
    bottom: 50px;
  }
  .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;
  }

   
  .bottom-container {
    background-color: #66bfbf;
    padding-bottom: 70px;
    padding-top: 40px;
  }
  .footer-link {
    color: #146a6d;
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    margin:0 20px;
    text-decoration: none;
  }
  a:hover {
    color: rgb(14, 12, 114);
  }
