body {
  background-image: url('./background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 0px;
  height: 100vh;
}

.logo {
  margin: 10px;
  padding-bottom: 32px;
}

.root-container {
  display: flex;
  flex-direction: column;
}
