* {
  /* border: 1px solid #a9a9a9; */
}

/* Título da página */
.texto-titulo {
  text-align: center;
  margin-bottom: 30px;
}

.texto-titulo img {
  height: 50px;
}

/* Caixa de mensagens */
.mensagem-box {
  padding: 20px;
  border-radius: 12px;
}

/* Responsividade */
@media (max-width: 768px) {
  .mensagem-box {
    transform: translateX(-40px);
  }
}