body {
      background: lime;
      color: lime;
      font-family: sans-serif;
      text-align: center;
      overflow-x: hidden;
    }

    marquee {
      color: purple;
      font-size: 15px;
      text-shadow: 0 0 5px #ff0000;
      font-family: Courier;
    }

    h1 {
      font-size: 48px;
      color: #ff00ff;
      text-shadow: 2px 2px 4px #ff0000;
    }

    .zurg-img {
      border: 5px ridge purple;
      padding: 10px;
      background: black;
    }

    .nav {
      background-color: none;
background-image: url("https://www.transparenttextures.com/patterns/gun-metal.png");
      padding: 5px;
      border: 3px groove grey;
      font-size: 14px;
    }

    .nav a {
      color: yellow;
      margin: 0 15px;
      text-decoration: none;
    }

    .nav a:hover {
      color: lime;
      text-decoration: underline;
    }

    .btn {
      display: inline-block;
      padding: 1rem 2rem;
      background: linear-gradient(to right, #ff0000, #9900ff);
      color: #fff;
      border: 3px outset #ff00ff;
      font-size: 20px;
      cursor: pointer;
      margin-top: 2rem;
    }

    .footer {
      margin-top: 3rem;
      font-size: 14px;
      color: #999;
      border-top: 2px dashed #444;
      padding-top: 1rem;
    }
    iframe {transform: scale(0);}
    .nodlock {
          color: #ff7518;
          text-shadow: 1px 1px 1px gold;
          font-family: 'Mozilla Headline';
          font-size: 40px;
          transform: scale(1.4);
          font-weight: thin;
          
        }
        .gsc-search-button-v2 {
          
    
  
    background:  linear-gradient(to bottom,
    #f7bf43 0%,
    #ad7b0c 55%,
    #ba840d 55%,
    #473118 100%) !important;
    content: "Search";
        }
        .gsc-input-box {
  border: 1px groove #5ec9f8 !important;
  border-radius: 10px 60px 60px 10px !important;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3) !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.aero-button {
      position: relative;
      background: linear-gradient(to bottom,#f2a90a, #c48506);
      border: 1px solid lime;
      border-radius: 30px;
      color: #fff;
      font-size: 15px;
      padding: 14px 30px;
      text-shadow: 0 1px 1px rgba(0,0,0,0.3);
      box-shadow:
        inset 0 2px 5px rgba(255,255,255,0.5),
        inset 0 -2px 5px rgba(0,0,0,0.1),
        0 4px 8px rgba(0,0,0,0.2);
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .aero-button::before {
      content: '';
      position: absolute;
      top: 5%;
      left: 2%;
      width: 96%;
      height: 40%;
      background: linear-gradient(to bottom, rgba(255,255,255,0.7), transparent);
      border-radius: 30px;
      pointer-events: none;
    }
    a{text-decoration:none;}