body {
  margin: 0;
}

.room {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.home-bg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cat-clock {
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: 140px;
  transform: translateX(-50%);
}
