:root {
  --white: white;
  --black: black;
}

.loveboat {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

@media screen and (max-width: 479px) {
  .lottie-animation {
    width: 200px;
  }
}


