#surprise {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: none;
  z-index: 999999;
  justify-content: center;
  align-items: center;
}

#surprise_gif {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#surprise_btn {
  width: 100px;
  height: 35px;
  border-radius: 20px;
  border: none;
}
