body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    /* margin: 0; */
    margin: 0;
    padding: 0;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}
* {
  box-sizing: border-box;
}

.modal {
    align-items: center;
    background-image: url(./../../main.webp);
    background-size: cover;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.modal-content {
    -webkit-text-stroke: 6px #000;
    border-radius: 20px;
    cursor: pointer;
    max-width: 80%;
    position: relative;
    text-align: center
}

.text {
    color: #fff;
    font-family: Wonder, sans-serif;
    font-family: 'Wonder', Haettenschweiler, Arial Narrow Bold, sans-serif;
    font-size: 200px;
    margin: 10px 20px
}

.text:hover {
    color: #dbdbdb
}

@font-face {
    font-family: Wonder;
    src: url(../../hiskyflipper-cdnfonts/HISKYF16.ttf)
}

* {
    box-sizing: border-box
}

:root {
    --width: 200px;
    --elheight: 300px;
    --leheight: 300px;
    --x-speed: 13s;
    --y-speed: 7s;
    --w-speed: 8s;
    --z-speed: 4s;
    --transition-speed: 2.2s
}

.bounce {
    z-index: 3
}

.bounce,
.bounce1 {
    opacity: 100%;
    position: fixed
}

.bounce1 {
    z-index: 2
}

.el {
    height: 300px;
    height: var(--elheight)
}

.el,
.le {
    border-radius: 15px;
    width: 200px;
    width: var(--width)
}

.le {
    height: 300px;
    height: var(--leheight)
}

.x {
    -webkit-animation: x 13s linear infinite alternate;
    animation: x 13s linear infinite alternate;
    -webkit-animation: x var(--x-speed) linear infinite alternate;
    animation: x var(--x-speed) linear infinite alternate
}

.y {
    -webkit-animation: y 7s linear infinite alternate;
    animation: y 7s linear infinite alternate;
    -webkit-animation: y var(--y-speed) linear infinite alternate;
    animation: y var(--y-speed) linear infinite alternate
}

.w {
    -webkit-animation: x 8s linear infinite alternate;
    animation: x 8s linear infinite alternate;
    -webkit-animation: x var(--w-speed) linear infinite alternate;
    animation: x var(--w-speed) linear infinite alternate
}

.z {
    -webkit-animation: y 4s linear infinite alternate;
    animation: y 4s linear infinite alternate;
    -webkit-animation: y var(--z-speed) linear infinite alternate;
    animation: y var(--z-speed) linear infinite alternate
}

@-webkit-keyframes x {
    to {
        -webkit-transform: translateX(calc(100vw - 200px));
        transform: translateX(calc(100vw - 200px));
        -webkit-transform: translateX(calc(100vw - var(--width)));
        transform: translateX(calc(100vw - var(--width)))
    }
}

@keyframes x {
    to {
        -webkit-transform: translateX(calc(100vw - 200px));
        transform: translateX(calc(100vw - 200px));
        -webkit-transform: translateX(calc(100vw - var(--width)));
        transform: translateX(calc(100vw - var(--width)))
    }
}

@-webkit-keyframes y {
    to {
        -webkit-transform: translateY(calc(500% - 200px));
        transform: translateY(calc(500% - 200px));
        -webkit-transform: translateY(calc(500% - var(--width)));
        transform: translateY(calc(500% - var(--width)))
    }
}

@keyframes y {
    to {
        -webkit-transform: translateY(calc(500% - 200px));
        transform: translateY(calc(500% - 200px));
        -webkit-transform: translateY(calc(500% - var(--width)));
        transform: translateY(calc(500% - var(--width)))
    }
}

.App {
    background-attachment: fixed;
    background-image: url(./../../main.webp);
    background-position: 50%;
    background-repeat: repeat; /* Allow the background to repeat */
    background-size: auto; /* Maintain the image's original dimensions */
    font-size: 20px;
    letter-spacing: 1px;
    position: absolute;
    text-align: center;
    width: 100%;
    
}

.header {
    height: 100px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.item {
    margin: 5% 6%
}

h1 {
    -webkit-text-stroke-width: 4px;
    font-size: 70px
}

.title,
h1 {
    -webkit-text-stroke-color: #000;
    color: #fff;
    font-family: 'Wonder', Haettenschweiler, Arial Narrow Bold, sans-serif;
    font-weight: 1
}

.title {
    -webkit-text-stroke-width: 2px;
    font-size: 45px;
    padding-bottom: 50px;
    padding-top: 50px;
    line-height: 1.5;
    text-stroke: 2px red; /* Add a red border to the text */
    -webkit-text-stroke: 2px red; /* For compatibility with some webkit-based browsers */
    color: white;
}
/* @media (max-width: 768px) {
  .title {
      font-size: 55px; /* Set a larger font size for mobile */
  }
} */
.main,
.main2 {
    color: #fff;
    font-family: Wonder, sans-serif;
    font-size: 50px;
    margin: 50px 100px
}

.top {
    font-size: 120px;
    width: 100%
}

.bottom {
    -webkit-text-stroke-width: 2.5px;
    -webkit-text-stroke-color: #000
}

.App-logo {
    border-radius: 20px
}

.front {
    position: relative;
    z-index: 10;
    
}

@font-face {
    font-family: fairy;
    src: url(/static/media/fairy.875996d6420039788418.ttf)
}

.fairy {
    color: #fff;
    font-family: fairy
}

.about {
    margin: 75px
}

/*# sourceMappingURL=main.1885f84b.css.map*/
.snowflake {
    /*
        width: 54px;
    height: 53px;
*/
    width: 100px;
    height: 100px;
    position: absolute;
    background: url(../../cybertruck.gif);
    background-size: 100% 100%;
    z-index: 2;
  }
  
  @media (max-width: 478px) {
    .snowflake {
      width: 43px;
      height: 36px;
    }
  }
  
  @keyframes snowfall {
    0% {
      transform: translate3d(var(--left-ini), -10vh, 0); /* Start at the bottom of the screen */
    }
  
    100% {
      transform: translate3d(var(--left-end), 100vh, 0); /* Move upwards (adjust this value as needed) */
    }
  }
  
  .snowflake:nth-child(1) {
    --size: 1vw;
    --left-ini: -3vw;
    --left-end: 10vw;
    left: 3vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -1s;
  }
  
  .snowflake:nth-child(2) {
    --size: 0.4vw;
    --left-ini: 2vw;
    --left-end: 0vw;
    left: 43vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -1s;
  }
  
  .snowflake:nth-child(3) {
    --size: 0.8vw;
    --left-ini: -5vw;
    --left-end: -7vw;
    left: 13vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -5s;
  }
  
  .snowflake:nth-child(3) {
    --size: 0.8vw;
    --left-ini: -5vw;
    --left-end: -7vw;
    left: 13vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -5s;
  }
  
  .snowflake:nth-child(4) {
    --size: 0.4vw;
    --left-ini: -7vw;
    --left-end: -5vw;
    left: 39vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -3s;
  }
  
  .snowflake:nth-child(5) {
    --size: 0.4vw;
    --left-ini: -3vw;
    --left-end: -5vw;
    left: 45vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -6s;
  }
  
  .snowflake:nth-child(6) {
    --size: 0.8vw;
    --left-ini: 7vw;
    --left-end: -1vw;
    left: 54vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -10s;
  }
  
  .snowflake:nth-child(7) {
    --size: 0.8vw;
    --left-ini: 8vw;
    --left-end: -9vw;
    left: 19vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -2s;
  }
  
  .snowflake:nth-child(8) {
    --size: 0.8vw;
    --left-ini: -2vw;
    --left-end: 2vw;
    left: 77vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -10s;
  }
  
  .snowflake:nth-child(9) {
    --size: 0.6vw;
    --left-ini: 7vw;
    --left-end: 8vw;
    left: 96vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -6s;
  }
  
  .snowflake:nth-child(10) {
    --size: 1vw;
    --left-ini: -7vw;
    --left-end: -1vw;
    left: 6vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -3s;
  }
  
  .snowflake:nth-child(11) {
    --size: 0.6vw;
    --left-ini: 8vw;
    --left-end: -8vw;
    left: 95vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -4s;
  }
  
  .snowflake:nth-child(12) {
    --size: 1vw;
    --left-ini: -3vw;
    --left-end: 6vw;
    left: 98vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -6s;
  }
  
  .snowflake:nth-child(13) {
    --size: 0.6vw;
    --left-ini: 10vw;
    --left-end: -7vw;
    left: 85vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -10s;
  }
  
  .snowflake:nth-child(14) {
    --size: 0.8vw;
    --left-ini: 9vw;
    --left-end: -9vw;
    left: 69vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -6s;
  }
  
  .snowflake:nth-child(15) {
    --size: 0.8vw;
    --left-ini: 4vw;
    --left-end: -5vw;
    left: 57vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -10s;
  }
  
  .snowflake:nth-child(16) {
    --size: 0.2vw;
    --left-ini: -9vw;
    --left-end: 8vw;
    left: 12vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -8s;
  }
  
  .snowflake:nth-child(17) {
    --size: 0.8vw;
    --left-ini: 4vw;
    --left-end: 1vw;
    left: 42vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -5s;
  }
  
  .snowflake:nth-child(18) {
    --size: 1vw;
    --left-ini: -9vw;
    --left-end: -6vw;
    left: 14vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -8s;
  }
  
  .snowflake:nth-child(19) {
    --size: 0.6vw;
    --left-ini: 2vw;
    --left-end: -2vw;
    left: 30vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -8s;
  }
  
  .snowflake:nth-child(20) {
    --size: 0.2vw;
    --left-ini: -1vw;
    --left-end: 9vw;
    left: 80vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -6s;
  }
  
  .snowflake:nth-child(21) {
    --size: 0.2vw;
    --left-ini: 6vw;
    --left-end: 3vw;
    left: 54vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -9s;
  }
  
  .snowflake:nth-child(22) {
    --size: 1vw;
    --left-ini: -9vw;
    --left-end: -6vw;
    left: 29vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -8s;
  }
  
  .snowflake:nth-child(23) {
    --size: 1vw;
    --left-ini: 3vw;
    --left-end: -2vw;
    left: 36vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -7s;
  }
  
  .snowflake:nth-child(24) {
    --size: 0.2vw;
    --left-ini: -6vw;
    --left-end: 10vw;
    left: 48vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -5s;
  }
  
  .snowflake:nth-child(25) {
    --size: 0.8vw;
    --left-ini: -4vw;
    --left-end: -6vw;
    left: 87vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -1s;
  }
  
  .snowflake:nth-child(26) {
    --size: 0.6vw;
    --left-ini: 7vw;
    --left-end: -8vw;
    left: 18vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -1s;
  }
  
  .snowflake:nth-child(27) {
    --size: 0.8vw;
    --left-ini: 10vw;
    --left-end: -3vw;
    left: 65vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -3s;
  }
  
  .snowflake:nth-child(28) {
    --size: 1vw;
    --left-ini: 10vw;
    --left-end: 3vw;
    left: 93vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -1s;
  }
  
  .snowflake:nth-child(29) {
    --size: 0.4vw;
    --left-ini: -7vw;
    --left-end: -1vw;
    left: 51vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -4s;
  }
  
  .snowflake:nth-child(30) {
    --size: 0.2vw;
    --left-ini: -3vw;
    --left-end: 4vw;
    left: 81vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -7s;
  }
  