.button-flex{
  display: flex;
  gap: 2rem;
  flex-direction: row;
  justify-content: space-around;
  margin-left: -7rem;
  margin-bottom: 6rem;
  margin-top: 2rem;
  border: none;
  
  };

  .claimm-button{
    padding: 3.5rem 6rem;
    cursor: pointer;

  }

.claimm-button button{
color: black;
border-radius: 30%;
font-weight: 100;
font-size: 2rem;
}

.buy-button{
  cursor: pointer;
}

.buy-button button{
color: black;
border-radius: 30%;
font-weight: 100;
font-size: 2rem;
}

.upper-button-flex{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.upper-claim-button{
  cursor: pointer;
  background-color: none;
  border: none;
  background-color: #fcd1ba;
}

.upper-claimm-button button{
  color: #4d0d09;
  /* border-radius: 30%; */
  font-weight: 200;
  font-size: 2rem;
 cursor: pointer;
}
.upper-buy-button button{
  color: #4d0d09;
  font-weight: 200;
  font-size: 2rem;
  cursor: pointer;
}
