div {
  background-color: #e4f9ff;
}
h1 {
  color: #66bfbf;
  font-size: 5.625rem;
  /* line-height: 2; */
  margin: 50px auto 0px auto;
}
h2 {
  color: #66bfbf;
  font-size: 2.5rem;
  font-weight: normal;
  padding-bottom:10px;
}
h3 {
  color: #11999e;
}
a {
  color: #11999e;
}
body {
  color:#40515E;
  text-align: center;
  margin: 0;
}
.top {
  font-size: large;
  font-family: "Parisienne", cursive;
  background-color: #e4f9ff;
  position: relative;
  padding-top: 90px;
}
.middle-container {

}
.bottom-container {
    background-color: #66BFBF;
    margin-bottom: 0px;
}

hr{ 
    border: dotted grey 6px;
    border-bottom: none;
    width:4%;
    margin:100px auto ;
}
.pro {
  text-decoration: underline;
}
.intro{
    width: 50%;
    text-align: left;
    /* margin :auto; */
}
.cloud1 {
  position: absolute;
  right: 160px;
  top: 110px;
  max-width: 30%;
  height: 10%;
}
.cloud2 {
  position: absolute;
  
  margin: 0;
  left: 200px;
  bottom: 300px;
  max-width: 30%;
  height: 10%;
}
.footer-link{
    margin:auto 5px auto 5px;
}
.footer-p{
    margin-bottom: 0px;
    padding-bottom: 8px;
}
.mountain {
  width: 100%;
  height: 10%;
}
.skills {
  display: inline-box;
}
.skill-row {
  margin: 100px auto 100px auto;
  text-align: left;
  width: 50%;
  line-height: 2;
}
.profile {
    text-align: left;
    margin :auto;
    padding-top: 8%;
    padding-bottom: 8%;
}
.dsa {
  width: 15%;
  float: right;
  margin-left:30px;
}
.cpp{
  width: 15%;
  float: left;
  margin-right:30px;
}
.webd {
  width: 15%;
  float: left;
  margin-right:30px;
}
.pfp{
    float:left;
    width: 15%;
    margin:auto 30px auto 30px;
}
.contact-me{
    padding-bottom:100px;
}
.btn {
    background: #11CDD4;
    background-image: -webkit-linear-gradient(top, #11CDD4, #1199E9);
    background-image: -moz-linear-gradient(top, #11CDD4, #1199E9);
    background-image: -ms-linear-gradient(top, #11CDD4, #1199E9);
    background-image: -o-linear-gradient(top, #11CDD4, #1199E9);
    background-image: -webkit-gradient(to bottom, #11CDD4, #1199E9);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 17px;
    font-weight: 100;
    padding: 13px;
    text-shadow: 0 1px 20px #000000;
    border: solid #0059A0 0;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
 }
 
 .btn:hover {
    border: solid #337FED 1px;
    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: -webkit-gradient(to bottom, #30E3CB, #2BC4AD);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-decoration: none;
 }
