.rodape {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  background-color: white;
  height: 180px;
  max-width: 100vw;
  gap: 10px;
}

.rodape img {
  width: 120px;
}

.rodape p {
  margin: 0 auto;
  color: #0084a7;
  font-size: 23px;
}
