
.glitch-fuck {
    position: relative;
    font-family: "Montserrat", serif;
    font-weight: 700;
    color: #fff;
    text-shadow: 0.2rem 0.2rem #ff3353fc,
    -0.3rem -0.3rem rgb(227, 8, 8);
  }

  .glitch-swipes {
    position: relative;
    font-family: "Montserrat", serif;
    font-weight: 700;
    color: #e11212;
    text-shadow: 0.2rem 0.2rem #ff3353fc,
    -0.3rem -0.3rem cyan;
  }

  .waitlist-btn {
    box-shadow: 0 0 25px rgba(255, 51, 83, 0.5);
    transform: translateY(0);
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .waitlist-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 35px rgba(255, 51, 83, 0.7);
  }

  .section-title {
    font-family: "Montserrat", serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-shadow: 0.2rem 0.2rem #dd0000,
  }

  body {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    color: #fff;
  }
    /* Smooth fade-in effect for text */
    .censor-text {
      transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
      display: inline-block;
    }

    /* Smooth scale animation for the button */
    #censorToggle {
      transition: transform 0.2s ease-in-out;
    }

    #censorToggle:active {
      transform: scale(0.9);
    }

    .iframe-doc {
        height: 100vh;
        align-items: center;
        overflow: hidden;
    }

    iframe.iframe-doc {
        height: 100vh;
        align-items: center;
        overflow: hidden;
        margin-right: 10rem;
        padding: 0;
        border: none;
        overflow-y: hidden  ;
        border-radius: 1rem;
    }

    .iframe-doc:hover {
        border: 2px solid #ff3353fc;
    }