:root {
  --susurrus-bg: #3c5246;
}

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
}

html {
  overflow-x: hidden;
}

body {
  background-color: var(--susurrus-bg);
}

.stage {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.logo {
  display: block;
  width: auto;
  height: auto;
  max-width: min(560px, 100%);
  max-height: 70vh;
  max-height: 70dvh;
}
