body{
    margin: 0;
    text-align: center;
    font-family:'Merriweather',serif
}

h1
{
    margin-top:0;
    margin-bottom: 0;
    font-family: 'Sacramento', cursive;
    font-size: 10.625rem;
    color:#002B5B;
}

h2
{
    font-family: 'Montserrat', sans-serif;
    /* color:#EA5455; */
}
h3
{
    font-family: 'Sacramento', cursive;
    font-size:3.625rem;
    margin:0;
}
p
{
    font-family: 'Montserrat', sans-serif;
    font-size:30px;
    padding-bottom: 70px;
    color:#EA5800;
    margin-top: 0;
    text-align:center;
}

.top_container
{
    background-color: #E4DCCF;
    position: relative;              
    padding-top:200px; 
   
}

.middle_container
{
    padding-top:5%;
   background-color: #F9F5EB;
}

.bottom_container
{ 
    padding:20px;
    background-color: #E4DCCF;
    
}

.learn
{
    text-decoration:underline;
    font-weight: bold;
}

/* img{
    height: 100px;
    width: 200px;
} */


.upper-cloud
{
  position: absolute;
  top:10px;
  right:50px;
  height:150px;
  width:150px;
}

.bottom-cloud
{
    position: absolute;
    left:50px;
    top: 650px;
    height:200px;
    width:200px;
}

.midimg
{
  height:300px;
  width:300px;
}

.mountain
{
    position: absolute;
    top:300px;
    left:45%;
}

.dp
{
    border-radius: 100%;
    height:300px;
    width:300px;
    top:10px;
}

.music
{
 border-radius: 10%;
 height:400px;
 width:400x;
 padding: 20px;
}

.programming
{
 border-radius: 10%;
 height:400px;
 width:400x;
 padding: 20px;
}

.skillfont
{
    font-size: 4.625rem;
    text-decoration: underline;
}

.hellotext
{
    font-size: 4.625rem;
    text-decoration:wavy;
    color:#002B5B;
}

.touch
{
    color:#002B5B;
    font-size: 5rem;
    text-decoration: underline;
}

.contact-font
{
    font-family:'Merriweather',serif;
    font-size: 2pc;
}

.dedicated
{
    font-size: 2rem;
    position: absolute;
    top:375px;
    left:1310px;
}

.footers-link
{
    height: 90px;
    width:90px;
    padding: 40px;
}

hr
{
    margin:0px;
    border-top: 3px solid #002B5B;
}

.skill-row
{
    line-height: 2;
}