#app {
  margin: 1em;
}

nav {
  margin-bottom: 2em;
}

.login-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
