body {
  padding: 0px;
  margin: 0px;
}

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

.landing-image {
  width: 400px;
  height: 200px;
  object-fit: contain;
  filter: drop-shadow(2px 2px 5px #bd89a6);
}
