/* any custom style goes here */
* {
  margin: 0;
  padding: 0;
}

/* .bg {
        width: 100%;
    } */

/* img {
        display: block;
    }

    .wrap {
        position: relative;
    } */

.btns {
position: absolute;
    width: 40%;
    top: 66%;
    left: 2%;
}

.btn1 {
  display: block;
  margin: 0 auto;
}

.obtn2 {
  display: flex;
  margin: 0 auto;
}

.obtn2 img {
  flex: 1;
  width: 50%;
  text-align: center;
}

.btn1 img {
  width: 100%;
}

.obtn1 {
  position: fixed;
}