
.footer-item p {
    text-align: left; /* Alinha o texto à esquerda */
}

.h1 a{
    text-decoration: none;
}

.btn-md-square {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer{
    font-size: 14px;
}