.footer{
  height: 10vh;
  background-color: #FEF2F2;
  border-top:  0.5px solid #FCA5A5;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.footer .suggestion-container{
  height: 100%;
  margin-left: 2%;
}
.footer .suggestion-container img{
  height: 70%;
  margin-top: 15%;
  object-fit: contain;
}
.footer .suggestion-container img:hover{
  scale: 1.1;
  cursor: pointer;
}

.footer .creator{
  margin-right: 5%;
}

.footer .creator a{
  color: black;
}


@media (max-width: 1000px) {
}