:root {
  --circle-size: 250px;
}

body {
  background-image: url("../assets/money.gif");
}


.maincontainer {
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.maintext {
  text-align: center;
  pointer-events: none;
  user-select: none;
  color: red;
  font-size: 164px;
  font-family: 'Helvetica';
  font-weight: bold;
  display: flex;
  width: 550px;
  align-self: center;
  background-clip: text;
  justify-content: center;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.nipple {
  -webkit-text-stroke: 2px #f590dc;
  color: #ffcccc;
}

.boobs {
  background-image: linear-gradient(to right, tan, #ffb3b3);
}


.money {
  background-image: linear-gradient(to right, #009933, tan);
}

.circletext {
  font-family: 'Helvetica';
  font-size: 104px;
  width: var(--circle-size);
  height: var(--circle-size);
  line-height:  var(--circle-size);
  border-radius: 50%;
  text-align: center;
  background: #ffcccc;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .maincontainer {
    padding-top: 50px;
  }

  .maintext {
    font-size: 56px;
    width: 60%;
  }

  .circletext {
    font-size: 36px;
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
}
