body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  overflow: hidden;
  background: radial-gradient(ellipse at center, #1b2735 0%, #090a0f 100%);
  position: relative;
}

.stars {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
}

.center-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#cat-gif {
  width: 300px;
  height: 300px;
  display: block;
  margin-bottom: 20px;
}

#spin-count {
  color: #fff;
  font-size: 2rem;
  text-shadow: 0 0 10px #fff, 0 0 20px #00f, 0 0 30px #0ff;
  margin-top: 20px;
}
