* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#app,
html,
body {
  width: 100%;
  height: 100%;
}

.loadingGIF {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loadingGIF img {
  width: 100px;
  height: 100px;
}
