.elementor-7935 .elementor-element.elementor-element-cefe68f{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7935 .elementor-element.elementor-element-9c25917 > .elementor-widget-container{margin:550px 0px 0px 0px;}.elementor-7935 .elementor-element.elementor-element-9c25917.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-9c25917 */<style>
  body {
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url('https://i.postimg.cc/SXcp2Cy0/background.png') no-repeat center center fixed;
    background-size: cover;
  }

  #game {
    position: relative;
    width: 400px;
    height: 600px;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }

  #bird {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url('https://i.postimg.cc/MMxJyHTn/bird.png') no-repeat center center;
    background-size: contain;
    top: 50%;
    left: 50px;
  }

  .pipe {
    position: absolute;
    width: 60px;
    background: url('https://i.postimg.cc/75G44jdZ/pipe.png') no-repeat center center;
    background-size: cover;
  }
</style>/* End custom CSS */