.head-main {
    background-color: #f0ead8;
}

.nav-item {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
}

.nav-link:hover {
    color: #3a3a3a;
}

.icon a {
    color: #212529;
    cursor: pointer;
    font-size: 25px;
}

.icon i {
    padding: 0px 10px 0px 0px;
}

.icon i:hover {
    color: #3a3a3a;
    transition: .3s;
}

.line {
    height: 1px;
    width: 100%;
    background-color: #212529;
}

.head-content {
    padding: 80px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content {
    max-width: 480px;
    font-family: "Forum", serif;
    font-weight: 600;
}

.content h1 {
    font-size: 70px;
}

.maincontainer {
    background-color: #212529;
}

.projects-text h1 {
    font-size: 80px;
    font-family: "Forum", serif;
    font-weight: 500;

}

.projects-text h1 a {
    text-decoration: none;
    color: #f0ead8;
}
.projects-text h1 a {
    text-decoration: none;
    color: #f0ead8;
}
.projects-text h1 a:hover {
    color: #ffffff;
    transition: .3s;
}


.projects-text p {
    color: #f0ead8;
    font-family: "Forum", serif;

}
.textalignment {
    text-align: right;
}


.footer {
    font-family: "Forum", serif;
    font-weight: 600;
    background-color: #f0ead8;
}

.footercontent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.footerlogo {
    max-width: 250px;
}

.links {
    max-width: 250px;
}

.list {
    list-style-type: none;
    cursor: pointer;
}

.list li a {
    text-decoration: none;
    color: #212529;
}

.copyright {
    background-color: #212529;
    color: #f0ead8;
}

@media only screen and (max-width: 576px) {
    .footercontent {
        display: block;
    }

    .projects-text h1 {
        font-size: 60px;

    }

    .textalignment {
        text-align: left;
    }
    .footerlogo{
        max-width: 100%; 
     }
     .footerlogo img{
         display: block;
         margin: 0% auto;
      }

}