.buy-fan-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: space-evenly; */
  /* padding-left: 5em; */
  justify-content: space-evenly;
  text-align: center;
  align-items: center;
  flex-grow: 1;
  /* margin-left: 5em; */
  padding-top: 9em;
  /* padding-right: 13em; */
}

.buy-fan-container-left {
  display: flex;
  flex-direction: column;
  max-width: 30em;
  /* margin-right: 10em; */
}

.buy-fan-container-left-intro{
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.buy-fan-container-left p {
  margin-top: 1em;
  font-size: 15px;
  font-weight: 400;
}

.buy-fan-container-left h1 {
  /* font-family: sa; */
  font-style: normal;
  font-weight: bold;
  font-size: calc(12px + 2vw);
  /* font-size: 3vw; */
  /* min-fo */
  line-height: calc(15px + 5vh);
  letter-spacing: -0.02em;
  color: #23262f;
}

.button-uniswap {
  background-image: url("../image/uniswap.png") !important; /* 16px x 16px */
  background-size: 3.2em !important;
  /* background-color: transparent; make the button transparent */
  background-repeat: no-repeat !important; /* make the background image appear only once */
  background-position: 0px 0px !important; /* equivalent to 'top left' */
  border: none; /* assuming we don't want any borders */
  cursor: pointer !important; /* make the cursor like hovering over an <a> element */
  height: 16px; /* make this the size of your image */
  padding-left: 16px; /* make text start to the right of the image */
  vertical-align: middle; /* align the text vertically centered */
  color: white;
  width: 29.5em;

}

.button-probit {
  background-image: url("../image/probit.png") !important; /* 16px x 16px */
  background-size: 2.8em !important;
  /* background-color: transparent; make the button transparent */
  background-repeat: no-repeat !important; /* make the background image appear only once */
  background-position: 0px 0px !important; /* equivalent to 'top left' */
  border: none; /* assuming we don't want any borders */
  cursor: pointer !important; /* make the cursor like hovering over an <a> element */
  height: 16px; /* make this the size of your image */
  padding-left: 16px; /* make text start to the right of the image */
  vertical-align: middle; /* align the text vertically centered */
  /* color: white; */
  background-color: white;
  width: 29.5em;
}

.button-hotbit {
  background-image: url("../image/quickswap.jpeg") !important; /* 16px x 16px */
  background-size: 3.0em !important;
  /* background-color: transparent; make the button transparent */
  background-repeat: no-repeat !important; /* make the background image appear only once */
  background-position: 0px 0px !important; /* equivalent to 'top left' */
  border: none; /* assuming we don't want any borders */
  cursor: pointer !important; /* make the cursor like hovering over an <a> element */
  height: 16px; /* make this the size of your image */
  padding-left: 16px; /* make text start to the right of the image */
  vertical-align: middle; /* align the text vertically centered */
  /* color: white; */
  background-color: white;
  width: 29.5em;
}

.button-stake-v2 {
  background-image: url("../image/dollar.png") !important; /* 16px x 16px */
  background-size: 3.5em !important;
  /* background-color: transparent; make the button transparent */
  background-repeat: no-repeat !important; /* make the background image appear only once */
  background-position: 0px 0px !important; /* equivalent to 'top left' */
  border: none; /* assuming we don't want any borders */
  cursor: pointer !important; /* make the cursor like hovering over an <a> element */
  height: 16px; /* make this the size of your image */
  padding-left: 16px; /* make text start to the right of the image */
  vertical-align: middle; /* align the text vertically centered */
  /* color: white; */
  background-color: white;
  width: 29.5em;
}

.buy-fan-container-left button {
  border-radius: 100px;
  margin-bottom: 0.5em;
  height: 48px;
}

.price-and-buy {
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.buy-fan-container-left-pfan-price {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  text-align: center;
  border: 2px solid #e6e8ec;
  padding: 1.5em;
  border-radius: 16px;
  margin-bottom: 2em;
  box-shadow: 0px 64px 64px -48px rgba(31, 47, 70, 0.12);
}

.buy-fan-container-right {
  padding-left: 2em;
  padding-right: 2em;

  /* margin-left: 10em; */
  display: flex;
  flex-direction: column;
  max-width: 500px;
}

.buy-fan-container-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
