* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.bird {
  width: 800px;
  /* height: 400px; */
  margin: 50px auto 0;
  position: relative;
  overflow: hidden;
  cursor: url("image/Sniper.png"), auto;
}

/* .Range {
  position: absolute;
  top: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: url("image/Sniper.png"), auto;
} */

.bird .bird-1 {
  width: 100%;
  height: 100%;
}
.bird-2 {
  position: absolute;
  top: 30px;
  /* left: 0; */
  /* right: 0; */
  width: 100px;
  background-size: cover;
  border-radius: 50%;
  cursor: url("image/Sniper.png"), auto;
}

button {
  width: 100px;
  height: 50px;
  margin: 0 auto;
  display: block;
  /* margin-top: 50px; */
  cursor: pointer;
  border: none;
  border-radius: 10px;
  background-color: rgb(0, 0, 0);
  color: #fff;
  font-size: 20px;
}

.button {
  text-align: center;
  margin-top: 35px;
  display: flex;
}

h1 {
  text-align: center;
}

p {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  /* margin-top: 20px; */
}
