html,
body,
#app {
  height: 100%;
  margin: 0;
  overflow: hidden; /* prevent page scrolling */
}

.survey-container {
  height: 100vh;
}

#app-logo {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  width: 120px;
  pointer-events: none;
  z-index: 1000;
}

* {
  font-family: Inter, Arial, sans-serif;
}
