.footer__container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    gap: 0.3rem;
}
.footer__strong{
    font-weight: bold;
}