body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow: auto;


}

/* DESIGN FOR THE HEADING PART */

#head-part {
    background: rgb(224, 235, 232);
    position: relative;
    width: 100%;
    height: 92vh;
}

#head-part .back {
    display: flex;
    justify-content: center;
    align-items: center;

}

#head-part .back img {
    height: 21rem;
    position: relative;
    top: 11px;
}


#head-part header {
    background: none;
}

#head-part header .profile {
    display: inline-block;
    position: relative;
    left: 10vh;
    top: 2vh;
}

#head-part header .profile img {
    width: 140px;
}

#head-part header .list {
    float: right;
    position: relative;
    right: 30vh;
    top: 5vh;

}

#head-part header .list li {
    position: relative;
    display: inline;
    list-style: none;

}

#head-part header .list li a {
    text-decoration: none;
    margin: 0;
    padding: 14px 16px;
    font-family: Aladin;
    color: rgb(74, 180, 175);
    font-size: 25px;
}

#head-part header .list li a:hover {
    color: rgb(39, 91, 103);
    transition: 1.2s;
}

#head-part header .text {
    background: none;
}

#head-part header .text h1 {
    font-family: Amita;
    text-align: center;
    font-size: 50px;
    color: rgb(130, 198, 183);
}

#head-part header .text p {
    font-family: Amita;
    text-align: center;
    font-size: 30px;
    color: rgb(130, 198, 183);
    position: relative;
    top: -5vh;
}


/* DESIGN FOR THE HEADING PART */

#hi {
    width: 50%;
    margin: auto;
    position: relative;
    top: 3vh;
}

#hi img {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#hi h2 {
    font-size: 25pt;
    text-align: center;
    font-family: permanent marker;
    color: rgb(69, 178, 154);
}

#hi p {
    font-size: 20pt;
    text-align: center;
    color: rgb(84, 84, 94);
    font-family: aladin;
    line-height: 4vh;
}


#what-i-do {
    position: relative;
    top: -5vh;
}

#what-i-do #container {
    position: relative;
    top: -5vh;
}


#what-i-do #container header {
    position: relative;
    top: 15vh;
}

#what-i-do #container header h2 {
    text-align: center;
    color: rgb(76, 159, 149);
    font-size: 30pt;
    font-family: Permanent Marker;
}



#what-i-do #container #do-container {
    display: inline-block;
    max-width: 150vh;
    position: relative;
    top: 15vh;
    left: 25vh;
}

#what-i-do #container #do-container .image-one {
    display: inline-block;
    width: 40vh;
}

#what-i-do #container #do-container .image-one img {
    display: block;
    width: 140px;
}

#what-i-do #container #do-container .text-one {
    display: inline-block;
    position: fixed;
}

#what-i-do #container #do-container .text-one h3 {
    display: block;
    text-align: center;
    color: rgb(76, 159, 149);
    font-size: 20pt;
    font-family: Black ops one;

}

#what-i-do #container #do-container .text-one p {
    font-family: amita;
    display: inline;
    font-size: 15pt;
    color: rgb(84, 84, 94);
}


#what-i-do #container #do-container-two {
    position: relative;
    top: 5vh;

}


#what-i-do #container #do-container-two .image-two {
    float: right;
    width: -30vh;
}

#what-i-do #container #do-container-two .image-two img {
    display: block;
    width: 150px;
}

#what-i-do #container #do-container-two .text-two {
    display: inline-block;
}

#what-i-do #container #do-container-two .text-two h3 {
    display: block;
    text-align: left;
    color: rgb(76, 159, 149);
    font-size: 20pt;
    font-family: Black ops one;

}

#what-i-do #container #do-container-two .text-two p {
    font-family: amita;
    display: inline;
    font-size: 15pt;
    color: rgb(84, 84, 94);
}

#help .help {
    width: 50%;
    margin: auto;
    position: relative;
    bottom: -10vh;
}

#help .help header h2 {
    font-family: Permanent Marker;
    text-align: center;
    font-size: 35pt;
    color: rgb(76, 159, 149);

}

#help .help header h3 {
    font-family: Black ops one;
    color: rgb(84, 84, 94);
    font-size: 20pt;
    text-align: center;

}

#help .help p {
    font-family: amita;
    font-size: 15pt;
    text-align: center;
}

#help .help .btn {
    position: relative;
    margin: auto;
    width: 20%;
    bottom: -4vh;
}

#help .help .btn button {
    background: rgb(69, 178, 154);
    border: none;
    border-radius: 5px;
    padding: 10px 10px;
    font-size: 14pt;
}

#help .help .btn button a {
    text-decoration: none;
    color: #fff;
}

#help .help .btn button a:hover {
    color: rgb(31, 71, 63);
    transition: 1.2s;

}

#last {
    position: relative;
    left: 0;
    height: 10vh;
    top: 35vh;
    background: rgb(197, 222, 215);
}


#last #bottom ul {
    position: relative;
    top: 3vh;
    left: 50vh;
}

#last #bottom ul li {
    list-style: none;
    display: inline-block;
}

#last #bottom ul li a {
    color: rgb(69, 178, 154);
    font-family: Verdana;
    text-decoration: none;
    padding: 5px 10px;
}

#last #bottom ul li a:hover {
    color: rgb(42, 100, 88);
    transition: 1.2s;
}

#last .p {
    color: rgb(69, 178, 154);
    position: relative;
    top: 2vh;
    left: 60vh;

}

#last .p p a {
    color: rgb(69, 178, 154);
}