.form-inline {
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center !important;
}

.form-group {
    margin: 10px !important;
}

.result {
    margin-bottom: 86px;
}

h1 {
    font-size: 58px;
    color: #FFC609;
    font-family: "", Courier;
}

h3 {
    font-size: 30px;
    color: #FFC609;
    font-family: "", Courier;
}



.frame {
    width: 255px;
    height: 310px;
    position: relative;
    margin: 0 auto;
  }
  
  .nft_id {
    position: relative;
    top: -3px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #333;
  }
  
  
  .qlty {
    width: 150px;
    height: 41px;
    position: relative;
    top: 236px;
    left: 53px;
    background: #f2fffd;
    border-radius: 25px;
  }
  
  .dots img {
    vertical-align: middle;
    border-style: none;
    width: 13.2%;
    margin-left: -7.1px;
  }
  
  .dots {
  position: relative;
  left: 4px;
  }
  
  .nft_digp {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: white;
  }
  
  img.tail {
  /* display: none; */
  position: absolute;  
  z-index: 0;
  }
  
  img.tattoo {
  /* display: none; */
  position: absolute;
  z-index: 3;
  }
  
  img.mouth {
  /* display: none; */
  position: absolute;
  z-index: 3;
  }
  
  img.head {
  /* display: none; */
  position: absolute;
  z-index: 3;
  }
  
  img.eye {
  /* display: none; */
  position: absolute;
  z-index: 3;
  }
  
  img.ear {
  /* display: none; */
  position: absolute;
  z-index: 3;
  }
  
  img.skin {
  position: absolute;
  z-index: 1;
  }
  
  img.beard {
  /* display: none; */
  position: absolute;
  z-index: 3;
  }
  
  .parts {
  position: relative;
    /* display: none; */
    top: 84px;
    right: 41px;
  }
  
  .cat_body {
  position: relative;
  height: 0px;
  }    
  
  .nft_digp span {
    display: block;
  }
  
  img.elementImg {
    max-width: 30px;
  }
  
  img.attrmg {
    max-height: 23px;
  }
  
  .buffDescription {
    color: #c4ca1a;
  }