body {
    margin: 30px;
    text-align: center;
    font-size: 5em;
    font-family: 'Merriweather Sans', sans-serif;
     
}

h1 { 
    margin-top: 0;
    color: #66BFBF;
    font-family: 'Sacramento', cursive;
    font-size: 4em;
} 

h2 { 
    color: #66BFBF;
    line-height: 2;
    font-weight: normal;
    font-family: 'Montserrat Alternates', sans-serif;

}

h3 {
    color: #66BFBF;
    font-family: 'Montserrat', sans-serif;
}

div {
  background-color: #d1e2f0; 
}

.top-container {
    background-color: #d1e2f0;
    position: relative;
    padding-top: 500px;
}

.profile-img {
    width: 15%;
    border-radius: 100%;
}

.pro {
    text-decoration: underline;
}

.program {
    color: #66BFBF;
    font-size: 50px;
}

.top-cloud {
    position: absolute;
    right: 10%;
    top: 10%;
    width: 20%;
}

.bottom-cloud {
    position: absolute;
    left: 20%;
    width: 8%;
    top: 25%;
}

.butterfly1 {
    position: absolute;
    padding-right: 30%;
    bottom: 50%;
    width: 15%;
    top: 45%;
}

.Grass {
   width:60%;
   margin: 0;
   padding: 0;
}

.tag-img {
    width: 25%;
    float: left;
    margin-right: 2em;
}

.chilli-img {
    width: 25%;
    float: right;
    margin-left: 2em;
}

.skill-row {
    width: 50%;
    margin: auto;
}

.tag-skill-description {
    clear: right;
    margin: 1em;
    text-align: left;
}

.chilli-skill-description {
    clear: left;
    margin: 1em;
    text-align: right;
}