body {
  margin: 0px;
}

#app {
  width: 100vw;
  height: 100vh;
}

#home {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}