@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('Gilroy-ExtraBold.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy-Light';
    src: url('Gilroy-Light.otf');
    font-weight: normal;
    font-style: normal;
}
body{
  font-family: 'arial';
  font-family: 'Gilroy-ExtraBold';
  background-image: linear-gradient(to right, #f6f5c1, white);
  font-size: 90%;
}
a{
  color:#26BBAD;
}
/* body{ */
  /* display:flex; */
  /* flex-wrap: wrap; */
  /* font-family: 'Gilroy-ExtraBold'; */
  /* font-size: 1em; */
  /* background-image: linear-gradient(to right, #b7bbba,#f6f5c1, #b7bbba); */
  /* background: #b7bbba; */
  /* font-size: 90%; */
/* } */
h1{
  font-size: 3em;
}

td{
  border:1px solid black;
  padding:8px;
  text-align: center;
}
.r{
  background: white;
}
.g{

  background: limegreen;
}
.totalBalance{
  font-weight: bold;
}
.pay{
  padding:25px;
  width:300px;
  border:1px solid gray;
  border-radius: 8px;
  margin-top:30px;
  box-shadow: 0px 0px 4px 0px gray;
}
.table{
  border-radius: 8px;
  padding:4px;
  border:1px solid gray;
  box-shadow: 0px 0px 4px 0px gray;
  width:270px;
  overflow: scroll;
  /* background: red; */
}
.visitBtn{
  margin-top:10px;
  margin-bottom:20px;
}
.container{
  display:flex;
  flex-wrap: wrap;
  min-height:400px;
    background: #bb2634;
  border-radius: 25px;
  color:white;
  margin-top:15px;
}
.box{
  flex:50%;
}
p{
  font-size: 1.5em;
  padding-left:25px;
  padding-right:25px;
  /* text-align: left; */
}
h1{
  padding:25px;

}

.showNFTDiv{
  /* flex: 50%; */
  padding:50px;
  padding-top:20px;
  padding-bottom:0px;

}
.showNFTImg{
  width:350px;
}
.btn{
  height:60px;
  width:150px;
  background: #b7bbba;
  /* background: #bb2634; */
  color:white;
  color:black;
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px #bb2634;
}

.d{
  display: none;
}
.logoPack{
  flex: 100%;

}
input{
  height:40px;
  border-radius: 12px;
}
label{
  display: inline-block;
  width:100px;
}
.space{
  height:8px;
}
.candyball1_space{
  /* min-height:53px; */
}
.logo{
  font-size: 2em;
}
@media (max-width: 800px) {
   .box {
    flex: 100%;
    /* background: green; */
  }
  .container{
    min-height:800px;

    /* background: yellow; */
  }
  .candyball1_space{
    min-height:0px;
  }
  .showNFTImg{
    width:240px;
  }
  .fullstacklogo{
    font-size:1.6em;
    letter-spacing: 0.001em;
    /* border:1px solid yellow; */
  }
  /* *{
    border: 1px solid red;
  } */
}
