
.footer{
    
    text-align: center; 
    width: 100%;
    position: relative;
    bottom: 0;
    margin:30rem 2rem 2rem 0rem ;
    text-align: center;
    display: grid;
    gap: 0.5rem;
}

.footer a {
    width: 100%;
    text-decoration: none;
    text-align: center;
    color: var(--active);
    text-align: center;
}
.footer-detail{
    margin:2rem 0rem ;
}