footer{
    margin-top: 40px;
    background: #000000;
    height: 3/00px;
    padding: 40px 0;
    padding-bottom: 20px;
    color: #fff;

}
.footerImg{
    width: 220px;
}
.socials{
    margin-top: 10px;
    list-style: none;
    max-width: 250px;
    /* background: #fff; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.socials .a{
    height: 50px;
    /* width: 30px; */
    background: #121212;
    border-radius: 6px;
    border: 1px solid #fff;
}
.secondlvl{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 10px;
}
.secondlvl ul{
    list-style: none;
}
.secondlvl h3{
    text-decoration: underline;
    font-size: 1.4rem;
    color: #f0f0f0;
    font-weight: 600;
    margin-bottom: 10px;
}
.secondlvl a{
    text-decoration: none;
    color: #f0f0f0;
    font-size: 1rem;
    font-weight: 500;
}
.footlinks li{
    margin-bottom: 10px;
}
.thirdlvl{
    border-top: 1px solid #2c023a;
    margin-top: 30px;
    padding: 20px;
    text-align: center;
}

@media (max-width: 800px) {
    footer .secondlvl{
        display: grid;
        gap: 10px;
    }
}