.home-icon{
    height: 58px;
}

.icon-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease;
}

.icon-link:hover {
    background-color: #aba6a6;
}

.description {
    color: white;
} 

.footer-link{
    text-decoration: none;
}

.login-link{
    text-decoration: none;
    color: white;
}