* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background: #ffffff;
}

main {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

/* Lottie is 302 x 74 — keep that ratio, cap the width on small screens */
#logo {
  width: 302px;
  max-width: 80vw;
  aspect-ratio: 302 / 74;
}

#logo svg {
  display: block;
  width: 100%;
  height: 100%;
}
