.container {
  position: static;
  margin-top: 60px;
  margin-bottom: 40px;
  background-color: #feffe3;
  -o-object-fit: fill;
  object-fit: fill;
}

.lottie-animation {
  margin-bottom: auto;
}

.body {
  background-color: #feffe3;
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
}