@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

*{
  margin:0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
body
{
    height: 100vh;
    width: 100%;
    background: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
h1
{
    color: white;
    font-weight: 500;
    font-size: 60px;
    margin-bottom: 0rem;
    letter-spacing: 1px;
    word-spacing: 2px;
    margin-bottom: 0.7rem;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}
p::after {
    content: "";
    display: block;
    background-color: #6b0fff;
    width: 100%;
    height: 2px;
    margin-top: 10px;
}
.buystat_net
{
    padding: 1rem;
    background: #383838;
    border-radius: 1rem;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.buystat_net .combo
{
    transform: scale(0.9);
    transition: 0.4s ease-in;
    margin: 0 0.5rem;
    height: 3em;
    width: 3em;
    line-height: 3em;
}
.combo .circle
{
    color: #f9f9f9;
    transition: 0.4s ease-in;
    font-size: 3em;
}
.combo .icon
{
    color: #444343;
    font-size: 2rem;
    transform: translateY(1px);
    transition: 0.2s ease-in; // fucking fagtard transform done like shit
}
.combo:hover
{
    transform: scale(1.1);
}
.combo:hover , .combo:hover .icon
{
    color:white;
}
.ig:hover , .ig:hover .circle
{
    color:#1e5ee9;
}
.fb:hover , .fb:hover .circle // iii finish tomorrow
{
    color:#6b0fff;
}
.yt:hover , .yt:hover .circle
{
    color:#1e5ee9;
}
.tw:hover , .tw:hover .circle
{
    color:#6b0fff;
}
.gt:hover , .gt:hover .circle{
    color: #1f1f1f;
}
.pumpkin {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}
 
.pumpkin, .pumpkin .inner {
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@keyframes snowflakes-fall {
    0% { transform: translateY(0); }
    100% { transform: translateY(110vh); }
}

@keyframes snowflakes-shake {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(80px); }
}

.pumpkin {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    animation-name: snowflakes-shake;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
}

.pumpkin .inner {
    animation-duration: 10s;
    animation-name: snowflakes-fall;
    animation-timing-function: linear;
}

.pumpkin:nth-of-type(0) {
    left: 1%;
    animation-delay: 0s;
}

.pumpkin:nth-of-type(0) .inner {
    animation-delay: 0s;
}

.pumpkin:first-of-type {
    left: 10%;
    animation-delay: 1s;
}

.pumpkin:first-of-type .inner, .pumpkin:nth-of-type(8) .inner {
    animation-delay: 1s s;
}

.pumpkin:nth-of-type(2) {
    left: 20%;
    animation-delay: .5s;
}

.pumpkin:nth-of-type(2) .inner, .pumpkin:nth-of-type(6) .inner {
    animation-delay: 6s;
}

.pumpkin:nth-of-type(3) {
    left: 30%;
    animation-delay: 2s;
}

.pumpkin:nth-of-type(11) .inner, .pumpkin:nth-of-type(3) .inner {
    animation-delay: 4s;
}

.pumpkin:nth-of-type(4) {
    left: 40%;
    animation-delay: 2s;
}

.pumpkin:nth-of-type(10) .inner, .pumpkin:nth-of-type(4) .inner {
    animation-delay: 2s;
}

.pumpkin:nth-of-type(5) {
    left: 50%;
    animation-delay: 3s;
}

.pumpkin:nth-of-type(5) .inner {
    animation-delay: 8s;
}

.pumpkin:nth-of-type(6) {
    left: 60%;
    animation-delay: 2s;
}

.pumpkin:nth-of-type(7) {
    left: 70%;
    animation-delay: 1s;
}

.pumpkin:nth-of-type(7) .inner {
    animation-delay: 2.5s;
}

.pumpkin:nth-of-type(8) {
    left: 80%;
    animation-delay: 0s;
}

.pumpkin:nth-of-type(9) {
    left: 90%;
    animation-delay: 1.5s;
}

.pumpkin:nth-of-type(9) .inner {
    animation-delay: 3s;
}

.pumpkin:nth-of-type(10) {
    left: 25%;
    animation-delay: 0s;
}

.pumpkin:nth-of-type(11) {
    left: 65%;
    animation-delay: 2.5s;
}

.sale-active {
  margin-top: 2rem;
}

.halloween-subtext {
  font-size: 14px;
  color: #ff6600;
  opacity: 0.7;
  margin-top: 5px;
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}