* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Figtree";
}

.page-center {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  padding: 1rem;
}

.shared-image {
  display: block;
  max-width: min(90vw, 900px);
  max-height: 90vh;
  width: auto;
  height: auto;
}

.tagline {
  font-size: clamp(1rem, 1.6vw, 1.4rem);
  line-height: 1.3;
}
