body {
  margin: 0;
}
#container {
  position: relative;
  background-image: url("./pocketsurvey_background-09.png");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-view {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 800px;
  height: 230px;
}
.pocketsurvey-logo {
  width: 80px;
}
.pocketsurvey-logo-yellow {
  display: none;
}
.survey-title {
  font-size: 40px;
  max-width: 100%;
  word-break: break-all;
}
.survey-description {
  margin-top: 10px;
  font-size: 12px;
  line-height: 22px;
  max-height: 10rem;
  white-space: pre-line;
  overflow-y: scroll;
}

@media (max-width: 500px) {
  #container {
    position: relative;
    background-image: none;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .inner-view {
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 140px;
    width: 300px;
  }
  .pocketsurvey-logo {
    all: unset;
    display: none;
  }
  .pocketsurvey-logo-yellow {
    all: unset;
    width: 80px;
  }
  .survey-title {
    font-size: 24px;
    max-width: 100%;
    word-break: break-all;
  }
  .survey-description {
    margin-top: 10px;
    font-size: 14px;
    white-space: pre-line;
    word-break: break-all;
  }
}
