
    body {
      margin: 0;
      padding: 0;
      background-color: black;
      font-family: 'Alegreya Sans', sans-serif;
      min-height: calc(100vh + 500px);
      user-select: none;
      transition: color 0.4s;
      cursor: crosshair;
    }


    .container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 150vh;
      position: relative;
      z-index: 0;
      transition: color 0.4s;
    }


    .onedot6one8 {
      transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
      cursor: pointer;
      margin: 0 auto;
      width: 100px;
      bottom: 0%;
      left: 50%;
      transform: translate(-50%) rotate(270deg) scaleX(-1) ;
      position: fixed;
    }

   @media (max-width: 820px) {
      .onedot6one8 {
         height: 50px;
          width: 50px;
      }
    }

    .title {
      color: #333333;
      font-size: 100px;
      margin-bottom: 20px;
      z-index: 2;
      font-family: 'Alegreya Sans', sans-serif;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
      transition: color 0.4s;
    }

    .title-label {
      margin: 50px;
      font-size: 24px;
      color: #333333;
      transition: color 0.4s;
      font-family: 'Alegreya Sans', sans-serif;
      font-weight: bold;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }

    @media (max-width: 480px) {
      .title {
        font-size: 28px;
      }
      .title-label {
        font-size: 14px;
      }
    }

    .enterButton {
      text-decoration: none;
      padding: 10px 20px;
      font-size: 20px;
      color: #ffffff;
      background-color: #333333;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s, transform 0.3s;
      position: relative;
      z-index: 2;
      font-family: 'Alegreya Sans', sans-serif;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
      transition: color 0.4s;
    }

    .enterButton a {

      color: #ffffff; 
      text-decoration: none;
      text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
    }

    .enterButton:hover {
      background-color: #444444;
      transform: scale(1.05);
      color: black;
    }

    .enterButton:hover a {
      color: black; 
      text-decoration: none;
    }

    .generateButton {
      padding: 10px 20px;
      font-size: 20px;
      color: #ffffff;
      background-color: #333333;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s, transform 0.3s;
      position: relative;
      z-index: 2;
      font-family: 'Alegreya Sans', sans-serif;
      text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
    }

    .generateButton:hover {
      background-color: #444444;
      transform: scale(1.05);
      color: black;
    }

    @media (max-width: 480px) {
      .generateButton {
        font-size: 10px;
      }
    }

    .result {
      margin-top: 20px;
      text-align: center;
      background-color: black;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
      z-index: 2;
      display: none;

    }

    .result img {
      max-width: 100%;
      height: auto;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
      border-radius: 10px;
    }


    .button-container {
      display: flex; 
      align-items: center; 
      justify-content: center;
      margin-top: 10px;

    }

    .button {
      position: relative;

      padding: 3px 7px;
      font-size: 15px;
      color: #ffffff;
      background-color: #333333;
      border-radius: 50%;
      border: 10px solid #333333;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s, transform 0.3s;
      font-family: 'Alegreya Sans', sans-serif;
      margin: 15px;
    }

    .button:hover {
      background-color: #444444;
      color: black;
      transform: scale(1.05);
    }


    @media (max-width: 480px) {
      .button {
        font-size: 10px; 

      }
    }





    #captureButton,
    #captureFramesButton,
    #gifButton,
    #XgifButton {
      display: none;
      text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
    }

    .navigation-container {
      position: absolute;
      top: 10px;
      right: 10px;
      border: 2px solid #333333;
      border-radius: 8px;
      background-color: #333333;
      color: #ffffff;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);      
      z-index: 2;
      text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
    }

/* border: 10px solid transparent;
border-image: url('/logo.gif') 100 round;
border-radius: 12px; */

    .navigation {
      display: grid;
      grid-template-columns: repeat(4, auto);
      gap: 50px;
      padding: 10px 15px;
      z-index: 2;
    }

    .navigation a {
      text-decoration: none;
      color: #ffffff;
      font-size: 15px;
      font-family: 'Alegreya Sans', sans-serif;
      z-index: 2;

    }


    .navigation a:hover {
      background-color: #333333;
      color: black;
      transform: scale(1.05);
      border-right-color: #ffffff; 
      z-index: 2;
    }


    .footer {
      position: fixed;
      bottom: 2%;
      right: 10px;
      border: 2px solid #333333;
      border-radius: 8px;
      background-color: #333333;
      color: #ffffff;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
      display: grid;
      grid-template-columns: repeat(3, auto);
      gap: 0px;
      padding: 0px 10px;
      z-index: 2;
      text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
    }

    .footer-links a {
      text-decoration: none;
      color: #ffffff;
      margin-right: 10px;
      font-size: 14px;
      font-family: 'Alegreya Sans', sans-serif;
    }

    .footer a:hover {
      background-color: #333333;
      color: black;
      transform: scale(1.05);
      border-right-color: #ffffff;
    }


    .footer-links a:last-child {
      margin-right: 0; 
    }

    @media (max-width: 820px) { 
          .navigation {
          gap: 10px;
          padding: 4px 5px;       
        }
          .navigation a {
            font-size: 10px;
          }

          .footer {
            padding: 0px 1px;
          }

          .footer-links a {
            font-size: 10px;

          }
        }

       @media (max-width: 520px) { 
          .navigation {
          gap: 10px;
          padding: 4px 5px;       
        }
          .navigation a {
            font-size: 7px;
          }
        }

        .navigation a.active {
          color: black; /* Text color */
        }

    .loading-circle {
      position: absolute;
      bottom: 60vh;
      left: 50%;
      transform: translateX(-50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 3px solid #cccccc;
      border-top: 3px solid #333333;
      animation: spin 1s linear infinite;
      display: none;
      z-index: 999;
    }

    @keyframes spin {
      0% { transform: translateX(-50%) rotate(0deg); }
      100% { transform: translateX(-50%) rotate(360deg); }
    }

    .video-background {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -2; 
      overflow: hidden;
    }

    .video-background video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
    }


    .mode-toggle {
      position: fixed;

      bottom: 0%;
      left: 10px;
      transform: translateY(-50%);
      z-index: 2;
    }

@media (max-width: 480px) { 
      .mode-toggle {
      padding: 0px 5px;
      }
    }

    .switch {
      position: relative;
      display: inline-block;
      width: 40px;
      height: 20px;
    }

    .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }

    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: white;
      transition: 0.4s;
      border-radius: 34px;
    }

    .slider:before {
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      left: 2px;
      bottom: 2px;
      background-color: black;
      transition: 0.4s;
      border-radius: 50%;

    }

    input:checked + .slider {
      background-color: grey;
    }

    input:checked + .slider:before {
      transform: translateX(20px);
    }

    .round {
      border-radius: 34px;
    }

    .mode-label {
      margin: 2px;
      font-size: 14px;
      color: black;
      transition: color 0.4s;
      font-family: 'Alegreya Sans', sans-serif;
      font-weight: bold;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }

    .logo {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    }

    .logo img {
      width: 100px; 
      height: auto;

    }

    @media (max-width: 620px) {
      .logo img {
        width: 50px; 
        height: auto;
      }
    }

    .hide {
      display: none;
    }

    .index .enterButton,
    .index .title,
    .index .title-label{
      display: block; 
    }

    .intro .container {
      background-image: url('');
    }

    .generate .title,
    .generate .title-label,
    .generate .generateButton
    {
      display: block; 
    }


    .holders .title
    {
      display: none; 
    }

    .holders .container {
      background-image: url('');
    }

    .generate .onedot6one8 {
      display: none; 
    }

    .intro .video-background
    {
     display: none;  
    }

    .intro .logo img
    {
       content: url('/stamprkO.gif');

    }


.intro .mode-toggle{
  display: none;
}

.intro .navigation-container,
.intro .footer {
      box-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
    }

.intro .title
{
  display: block; 
}
