body{
   height: 100%;
}
[unresolved] {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
#app {
    display: flex;
    justify-content: center;
    align-items: center;
}