
.footer {
    padding: 10px 0;
    margin-top: 50px;
    
}

.footer .love{
    color: red;
}

.footer a {
    text-decoration: none;
}

.footer hr{
    margin-left: 15%;
    margin-right: 15%;
}

#contact-icons{
    
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 0.5em;
    margin-top: 50px;
    
}
