* {
  margin: 0;
}

.static-screen {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gif {
  max-width: 200px;
}

.static-screen-hide {
  display: none;
}
