footer {
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  text-align: center;
  border-top: 1px solid rgba(245, 245, 245, 0.3);
  background-color: black;
}

.hot {
  width: 100px;
  opacity: 0.9;
  margin-left: 5px;
  filter: drop-shadow(8px 10px 10px rgba(0, 0, 0, 0.3));
}

.rodape {
  font-weight: normal;
  color: whitesmoke;
  display: flex;
}
.divCreated {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.divCreated a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
.divCreated a img {
  margin-right: 5px;
}
.divCreated a p {
  color: white !important;
}
