﻿.main-div-c {
    margin-left: 80px; /* Adjust the value to your preference */
    margin-right: 80px; /* Adjust the value to your preference */
    margin-top: 200px;
}

#main-head {
    color: #43766C; /* Use rgba for the desired color with 75% opacity */
    font-family: Verdana;
    font-size: 40px;
    font-weight: bold;
}


#sub-head {
    color: #424769; /* Change the color to your preferred text color */
    margin-top: 10px; /* Add some top margin between the steps */
    font-family: Verdana;
    font-weight: bold;
    font-size: 33px;
}

#sub-sub-head {
    color: #776B5D; /* Change the color to your preferred text color */
    margin-top: 10px; /* Add some top margin between the steps */
    font-family: Verdana;
    text-align: justify;
    font-size: 28px;
    font-weight: bold;
}

#p1 {
    font-size: 21px; /* Adjust the font size to your preference */
    color: #333; /* Change the color to your preferred text color */
    font-family: Ebrima;
    text-align: justify;
}

li {
    font-size: 20px;
    color: black;
}