html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  /* font-family: 'Nunito Sans', sans-serif; */
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  background: url("../img/body-background/bg.svg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --commonColor: rgb(13, 88, 249);
  --transferBg: transparent;
  --whiteColor: #fff;
  --themeColor: #56c4c8;
  --blackColor: #000;
  --cardColor: #061c3133;
}


.image-path img{
  max-width: 240px;
  max-height: 240px;
}

@media only screen and (max-width: 767px) {
  /* html,body{
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
  } */
}
