
.footer {
    background-color: #051149a4;
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.social-img {
    background-color: aliceblue;
    border-radius: 50%;
    padding: 5px;
    width: clamp(35px, 1dvw ,50px);
    color: aliceblue;
    height: auto;
    margin: 1rem;
    transition: transform 0.2s;
}

.socials .social-img:hover {
    transform: scale(1.2); 
}