body {
  margin: 0px;
}

div {
  text-align: center;
}
h1 {
  font-size: 5.625rem;
  font-family: fantasy;
  color: #66bfbf;
  margin: 50px, auto, 0, auto;
  line-height: 2;
}

h2 {
  font-size: 2.5rem;
  color: #66bfbf;
  font-family: "Reenie Beanie", cursive;
}
h3 {
  color: #11999e;
}

span {
  text-decoration: underline;
}
hr{
    width: 5%;
    color: #EAF6F6;
    border-style: dotted none none none;
    border-width: 10px;
    margin: 100px auto 100 auto;
    
    }
    p{
        font-family:ink;
        color: #40514E;
        margin: 0 auto 0 auto ;
       width: 50%;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 20px;
    }
    #myphoto{
      border-radius: 100%;
      width: 20%;
    }
/*********************************************class***************************************/
.hmm {
  position: relative;
  background-color: #c7eceb;
  padding-top: 100px;
}

/* .mount{
 position:relative;
top: 24px;
} */
.top-cloud {
  position: absolute;
  top: 50px;
  right: 300px;
}
.bottom-cloud {
  position: absolute;
  top: 300px;
  left: 300px;
}
.first-h2 {
  font-weight: normal;
  /* line-height: 2; */
}
.skill-row {
  width: 50%;
  margin: 100px auto 100px auto;
  line-height: 2;
  text-align: left;

}
.koko-img {
  float: left;
  width: 25%;
  margin-right: 30px;
}
.fofo-img {
  width: 25%;
  float: right;
  margin-left: 30px;
}
.BUTTON_BDZ {
    margin: 50px auto 50px auto;
    background: #3DF6DC;
    background-image: -webkit-linear-gradient(top, #3DF6DC, #1E3AD0);
    background-image: -moz-linear-gradient(top, #3DF6DC, #1E3AD0);
    background-image: -ms-linear-gradient(top, #3DF6DC, #1E3AD0);
    background-image: -o-linear-gradient(top, #3DF6DC, #1E3AD0);
    background-image: linear-gradient(to bottom, #3DF6DC, #1E3AD0);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 20px;
    font-weight: 600;
    padding: 22px;
    box-shadow: 1px 1px 20px 0px #000000;
    -webkit-box-shadow: 1px 1px 20px 0px #000000;
    -moz-box-shadow: 1px 1px 20px 0px #000000;
    text-shadow: 1px 1px 20px #FFFFFF;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
 }
 
 .BUTTON_BDZ:hover {
    border: solid #337FED 1px;
    background: #D01E9E;
    background-image: -webkit-linear-gradient(top, #D01E9E, #3D94F6);
    background-image: -moz-linear-gradient(top, #D01E9E, #3D94F6);
    background-image: -ms-linear-gradient(top, #D01E9E, #3D94F6);
    background-image: -o-linear-gradient(top, #D01E9E, #3D94F6);
    background-image: linear-gradient(to bottom, #D01E9E, #3D94F6);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
 }
 .bottom-container{
 background-color: #66BFBF;
 padding: 10px;
 line-height: 80px
}
.footer-link{
    text-decoration: none;
    font-size: x-large;
    color: #11999e;
    margin: auto  20px auto 20px;

}
/*****************************ID************************/
#jojo{
    width: 20%;
}