 
    * {
        
        box-sizing: border-box;
        margin: 0px;
        padding: 0px;

    }

    body,
    html {
        height: 100%;
    }

    /* The hero image */
    .hero-image {
        /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("hero.jpg");

        /* Set a specific height */
        height: 100%;

        /* Position and center the image to scale nicely on all screens */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 2;
    }

    /* Place text in the middle of the image */
    .hero-text {
        /* font-family: 'Lobster', cursive;; */
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
    }
    .hero-text h1{
        font-family: 'Lobster', cursive;;
    }

    .main {
        padding: 22px 22px 22px 22px;
        background-color: #00203FFF;
        position: relative;
        z-index: 1;
        font: 16px/1.4 system-ui, sans-serif;
        box-shadow: 0 0.6rem 15rem rgb(119, 223, 255);
    }

    ul {
        display: fixed;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #606060FF;
    }

    li {
        float: left;
    }

    li a,
    .dropbtn {
        display: inline-block;
        color: #D6ED17FF;
        text-align: center;
        padding: 14px 18px;
        text-decoration: none;
    }

    li a:hover,
    .dropdown:hover .dropbtn {
        background-color: #F5847C;
    }

    li.dropdown {
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #ffffff;
        min-width: 160px;
        box-shadow: 1px 8px 16px 0px rgba(255, 255, 255, 0.075);
        z-index: 1;
    }

    .dropdown-content a {
        color: #EEA47FFF;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: center;
    }

    .dropdown-content a:hover {
        background-color: #ADEFD1FF;

    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

   

    footer {
        position: sticky;
        bottom: 0;
    }

    .body {
        margin: 0;

    }

   
    .secMain {
        color: #ADEFD1FF;
    }

    .welcome {
        color: #ffffff;
        font-family: 'Permanent Marker', cursive;
    }

    .textIntro p {
        font-family: 'Merienda', cursive;
        padding: 33px 22px;
        border: 2px solid rgb(255, 255, 255);
        border-radius: 1rem;
        margin: 33px 22px;
    }

    .one p {
        font-family: 'Merienda', cursive;
        float: left;
        padding: 16px 12px;
        border: 2px solid rgb(255, 255, 255);
        border-radius: 1rem;
        margin-right: 600px;
        margin-left: 100px;
    }

    .one h1 {
        color: rgb(0, 195, 255);
        padding: 22px 33px;
    }

    .two p {
        font-family: 'Merienda', cursive;
        float: right;
        padding: 16px 12px;
        border: 2px solid rgb(255, 255, 255);
        border-radius: 1rem;
        margin-left: 600px;
        margin-right: 100px;

    }

    .two h1 {
        color: rgb(0, 195, 255);
        padding: 2px 3px;
    }

    .three h1 {
        color: #ffffff;
        padding: 22px 33px;
    }

    .c {
        padding: 32px 32px;
        border: 2px solid rgb(255, 255, 255);
        margin: 22px 22px 22px 22px;
        border-radius: 1rem;
    }

    .c h2 {
        color: rgb(119, 223, 255);

    }
    .c p{
        font-family: 'Merienda', cursive;
    }

    .web {
        padding: 14px 26px;
        border: 2px solid rgb(255, 255, 255);
        margin: 22px 22px 0px 22px;
        border-radius: 1rem;
    }

    .web h2 {
        color: rgb(119, 223, 255);
    }
.web p{
    font-family: 'Merienda', cursive;
}

.py {
    padding: 32px 32px;
    border: 2px solid rgb(255, 255, 255);
    margin: 22px 22px 22px 22px;
    border-radius: 1rem;
}

.py h2 {
    color: rgb(119, 223, 255);

}
.py p{
    font-family: 'Merienda', cursive;
}


    /* Responsive layout - makes a one column-layout instead of two-column layout */
    @media (max-width: 800px) {
        .flex-container {
            flex-direction: column;
        }
    }

    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

    body {
        line-height: 1.5;
        font-family: 'Poppins', sans-serif;
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        /* background-color: rgb(43, 95, 179); */
    }

    .footer {

        padding: 30px;
        z-index: 0;
        background: #04002c;
    }

    .footer-col {
        width: 55%;
        /* padding: -12 15px; */
    }

    .footer-col h4 {
        font-size: 28px;
        color: #b8b8b8;
        text-transform: capitalize;
        margin-bottom: 35px;
        font-weight: 10;
        position: relative;
    }

    .footer-col h4::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        background-color: #08ffff;
        height: 2px;
        box-sizing: border-box;
        width: 50px;
    }

    .footer-col ul li:not(:last-child) {
        margin-bottom: 10px;
    }



    .footer-col .social-links a {
        display: inline-block;
        height: 60px;
        width: 60px;
        background-color: #04002c;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
        color: #b9b9b9;
        transition: all 0.3s ease;

    }

    .footer-col .social-links a:hover {
        color: #7cddf5;
        /* background-color: #ffffff; */
    }

    /*responsive*/
    @media(max-width: 767px) {
        .footer-col {
            width: 50%;
            margin-bottom: 30px;
        }
    }

    @media(max-width: 574px) {
        .footer-col {
            width: 100%;
        }
    }
