body{
    text-align: center;
}
.top-container{
    background-color:#E0FFFF;
    height: 100vh;
    padding-top: 100px;
   height:650px;
    
}
.mountain{
    display: block;
    align-items: center;
    position: absolute;
    /* top: 10vh; */
    left: 400px;
    
    
}
/* .first-text{ */
    

.firsttext {
  font-family: "Playwrite HU", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
  
}
.name{
    color: #66bfbf;
}
.secondtext{
    font-size: 40px;
}
.cloud1{
    position: absolute;
    top: 30px;
    right:25%;
}
.cloud2{
    position:absolute;
    left: 25%;
}
.second-container{
    margin-top: 60px;
}
/* .pf-background{
    background-color: #f0f0f0;
   width: 200px;
   height: 200px;
    border-radius: 50%;
    position: relative;
    left: 42%;
} */
.pf{
    background-color: #f0f0f0;
   width: 180px;
   height: 180px;
    border-radius: 50%;
    position: relative;
    
}
.sub-head{
    font-family: sans-serif;
    color: #66bfbf;
    font-size: 40px;
}
.bio{
    font-size: 20px;
}
hr{
    border:dotted  #66bfbf ;
    width: 4%;
    margin-top: 160px;
    margin-bottom: 100px;
}
.dev{
    float: left;
    margin-left: 20%;
    display: block;
    
    height: 200px;
    width: 300px;
}
.skills{
    margin-right: 30%;
    text-align: justify;
    

}
h3{
    color: #66bfbf;
}
.design{
    font-size: 20px;
}
.self{
    margin-top: 120px;
    margin-right: 30%;
}
button{
    background-color: #66bfbf ;
    color: white;
    border: none;
    padding: 10px 20px 10px 20px ;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;

}
button:hover{
    background-color: lightblue;
}
.third-container{
    background-color: #66bfbf;
    height: 100px;
    margin-top: 60px;
}
a{
    margin-top: 30px;
    color: white;
}
.footer{
    padding-top: 30px;
    
}