/* Add custom CSS styles below */ 

footer::after {
  content: "";
  display: block;
  background-image: url("https://images.app.goo.gl/irwRqwHLAPj9DnZ39");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 120px;
  margin-top: 30px;
}