html {
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
}

header {
  padding: 24px 24px 0;

  & h1 {
    margin: 0;
    font-size: 20px;
    line-height: 1;
  }
}

footer {
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;

  & span {
    margin-right: 8px;
    display: block;
  }
}

#app {
  height: 100%;
}

.device_message {
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 24px;
  display: none;
}

@media screen and (width <= 1000px) {
  app-main {
    display: none;
  }

  .device_message {
    display: flex;
  }
}
/*# sourceMappingURL=vm-ui.8dc8ab5d.css.map */
