.app-root {
  min-height: 100vh;
  background-color: #f2f2f2;
  background-image: url("../images/init-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150px;
}
