body {
  margin: 0;
  background: #f9f9f9;
  font-family: sans-serif;
  height: 100vh;
}

html {
  height: 100%;
}

#loading-screen {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background-color: #ECE8FF;
  padding: 0 20px;
  box-sizing: border-box;
}

#lottie-container {
  margin-top: auto;
  margin-bottom: auto;
  width: 160px;
  height: 160px;
}

#footer {
  position: absolute;
  bottom: 16px;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
  text-align: center;
}


#footer img {
  height: 22px;
}

@media (max-width: 480px) {
  #lottie-container {
    width: 120px;
    height: 120px;
  }

  #footer {
    font-size: 14px;
  }

  #footer img {
    height: 18px;
  }
}
