.footer {
      position: fixed;
      bottom: 0;
      width: 100%;
      padding: 5px 0;
      background-color: black;
}

.footer-text {
      font-size: 0.6rem;
      /* Ajuste o tamanho da fonte aqui */
}

.custom-size-botle {
      width: 100%; /* Ajuste para o tamanho desejado */
      height: auto; /* Mantém a proporção da imagem */
  }