.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    gap: 10px;
}
.footer__title{
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
}
.footer__link{
    text-decoration: none;
    color: white;
}
.footer__year{
    color: white;
}