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

html,
body {
    width: 100%;
    height: 100%;
}

body {
    background-image: url('imageBg/gameBg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:  center;
    position: relative;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

/* .box{
    width: 300px;
    height: 300px;
    background: crimson;
    border-radius: 20px;
}
 */

.gun {
    width: 400px;
    z-index: 100;
}


.bullet {
    width: 100px;
    rotate: 90deg;
    position: absolute;
    top: 34%;
    left: 7%;
}


.eggplant {
    width: 200px;
    position: absolute;
    right: 10%;
    top: 30%;

}