.footer-container{
	margin: 2.5rem 1rem;
    display: grid;
    margin-bottom: 2rem;
}

.footer-info{
    justify-self: end;
	display: grid;
	text-align: end;
}

.footer-link{
    text-decoration: none;
    color:var(--black)
}
