:root {
  font-family: 'Poppins', Sans-serif;
}

main {
  margin-top: -3.5rem;
}

#faucetpay-banner {
  position: absolute;
  width: inherit;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

#faucetpay-banner a {
  background-size: 200% auto;
  transition: 0.5s;
  background-image: linear-gradient(to right, #4776e6 0%, #8e54e9 51%, #4776e6 100%);
}

#faucetpay-banner a:hover {
  background-position: right center;
}

@media screen and (max-width: 600px) {
  #bottom-part {
    flex-wrap: wrap;
  }

  #bottom-part .bottom-banner {
    margin: 1rem auto !important;
  }
}

.description-text {
  max-width: 60rem;
}

.w100 {
  background-image: url(./img/pattern.svg);
  /* background-repeat: repeat; */
  background-size: cover;
  min-height: 300px;
  background-color: black;
}

@media screen and (max-width: 600px) {
  .w100 {
    min-height: 400px;
  }
}

.background-grey {
  background-color: #e0e4ea;
}

.tertiary {
  background-color: #c9d6df;
}

.title {
  color: #000000;
  font-family: 'Poppins', Sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0px;
}

.subtitle {
  color: #566176;
  font-family: 'Poppins', Sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.preview {
  color: #000000;
  font-family: 'Poppins', Sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bullet-point {
  display: flex;
  padding: 0.2rem;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-bottom: 0.1rem;
  border-radius: 4px;
}

.arguments span:nth-child(1) {
  background-image: linear-gradient(180deg, #dbfd51 0%, #30e87a 100%);
}

.btn {
  font-family: 'Poppins', Sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
}
