html {
  height: 100%;
}

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

.spa-root {
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  width: 50%;
  height: 50%;
}
