body {
    background: repeating-linear-gradient(0deg, #0E0D0E 25%, #0E0D0E 50%, #171819 50%, #171819 75%);
    background-size: 10px 10px;
    font-family: 'Roboto Mono', monospace;
    font-weight: 1000;
  }

  .menu {
    justify-content: right;
    align-items: flex-end;
    height: 30px;
    display: flex;
    color: rgb(56, 56, 56);
    font-size: 20px;
    padding-top: 10px;
  }

  .menu a {
    color: rgb(56, 56, 56);
    text-decoration: none;
    padding-right: 20px;
  }

  .presents {
    justify-content: center;
    align-items: flex-end;
    height: 25vh;
    display: flex;
    color: rgb(56, 56, 56);
    font-size: 20px;
  }

  .maintitle {
    justify-content: center;
    align-items: flex-end;
    height: 200px;
    display: flex;
    position: relative;
    left: -40px;
  }

  .main {
    justify-content: left;
    align-items: flex-end;
    height: 20px;
    display: flex;
    padding-left: 10px;
  }

  .title {
    justify-content: center;
    align-items: flex-end;
    height: 40vh;
    display: flex;
  }

  .clue {
    justify-content: center;
    align-items: flex-end;
    height: 10vh;
    display: flex;
    color: rgb(56, 56, 56);
    font-size: 40px;
  }

  .clue-box {
    justify-content: center;
    margin-top: 150px;
    overflow-wrap: anywhere;
    color: rgb(65, 65, 65);
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .img-clue {
    justify-content: center;
    align-items: flex-end;
    height: 50vh;
    display: flex;
    margin: auto;
  }

  .dud {
    justify-content: center;
    align-items: flex-end;
    height: 10vh;
    display: flex;
    color: rgb(38, 38, 38);
    font-size: 40px;
  }

  .sponsors {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .sponsors img {
    opacity: 0.5;
    height: 300px;
  }

  .password {
    justify-content: center;
    align-items: center;
    height: 20vh;
    display: flex;
    color: #292929;
    font-size: 25px;
  }
  
  .glitch {
    display: block;
    position: relative;
    color: #292929;
    font-size: 150px;
  }

  .glitchmain {
    display: block;
    position: relative;
    color: #292929;
    font-size: 50px;
  }

  a {
    color: #292929;
    text-decoration: none;
  }

  .countdown {
    color: #606060;
    font-size: 40px;
    z-index: 2;
  }

  .end {
    height: 30px;
    padding-top: 30px;
    text-align: center;
    color: #292929;
  }

  @media (max-width:1800px){
    .sponsors img {
      height: 250px;
    }
  }

  @media (max-width:1500px){
    .sponsors img {
      width: 100%;
      height: auto;
    }

    .clue-box {
      margin-top: 100px;
      width: 70%;
    }

    .menu {
      height: 40px;
      padding-top: 0px;
    }

    .password {
      font-size: 40px;
    }
  }

  @media (max-width:1000px){
    .menu {
      font-size: 40px;
      padding-top: 30px;
    }

    .clue-box {
      font-size: 25px;
    }
  }
  
  .line:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .line:nth-child(1) {
    -webkit-animation: clip 3000ms -300ms linear infinite, glitch1 500ms -94ms linear infinite;
            animation: clip 3000ms -300ms linear infinite, glitch1 500ms -94ms linear infinite;
  }
  @-webkit-keyframes glitch1 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(2px);
      color: #111;
    }
    90% {
      transform: translateX(-2px);
      color: #610101;
    }
    95% {
      transform: translateX(-2px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes glitch1 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(2px);
      color: #111;
    }
    90% {
      transform: translateX(-2px);
      color: #610101;
    }
    95% {
      transform: translateX(-2px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  .line:nth-child(2) {
    -webkit-animation: clip 3000ms -600ms linear infinite, glitch2 500ms -525ms linear infinite;
            animation: clip 3000ms -600ms linear infinite, glitch2 500ms -525ms linear infinite;
  }
  @-webkit-keyframes glitch2 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(-3px);
      color: #111;
    }
    90% {
      transform: translateX(-4px);
      color: #610101;
    }
    95% {
      transform: translateX(2px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes glitch2 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(-3px);
      color: #111;
    }
    90% {
      transform: translateX(-4px);
      color: #610101;
    }
    95% {
      transform: translateX(2px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  .line:nth-child(3) {
    -webkit-animation: clip 3000ms -900ms linear infinite, glitch3 500ms -753ms linear infinite;
            animation: clip 3000ms -900ms linear infinite, glitch3 500ms -753ms linear infinite;
  }
  @-webkit-keyframes glitch3 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(-3px);
      color: #111;
    }
    90% {
      transform: translateX(4px);
      color: #610101;
    }
    95% {
      transform: translateX(-2px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes glitch3 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(-3px);
      color: #111;
    }
    90% {
      transform: translateX(4px);
      color: #610101;
    }
    95% {
      transform: translateX(-2px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  .line:nth-child(4) {
    -webkit-animation: clip 3000ms -1200ms linear infinite, glitch4 500ms -549ms linear infinite;
            animation: clip 3000ms -1200ms linear infinite, glitch4 500ms -549ms linear infinite;
  }
  @-webkit-keyframes glitch4 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(-2px);
      color: #111;
    }
    90% {
      transform: translateX(3px);
      color: #610101;
    }
    95% {
      transform: translateX(0px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes glitch4 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(-2px);
      color: #111;
    }
    90% {
      transform: translateX(3px);
      color: #610101;
    }
    95% {
      transform: translateX(0px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  .line:nth-child(5) {
    -webkit-animation: clip 3000ms -1500ms linear infinite, glitch5 500ms -558ms linear infinite;
            animation: clip 3000ms -1500ms linear infinite, glitch5 500ms -558ms linear infinite;
  }
  @-webkit-keyframes glitch5 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(0px);
      color: #111;
    }
    90% {
      transform: translateX(-1px);
      color: #610101;
    }
    95% {
      transform: translateX(1px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes glitch5 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(0px);
      color: #111;
    }
    90% {
      transform: translateX(-1px);
      color: #610101;
    }
    95% {
      transform: translateX(1px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  .line:nth-child(6) {
    -webkit-animation: clip 3000ms -1800ms linear infinite, glitch6 500ms -137ms linear infinite;
            animation: clip 3000ms -1800ms linear infinite, glitch6 500ms -137ms linear infinite;
  }
  @-webkit-keyframes glitch6 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(-4px);
      color: #111;
    }
    90% {
      transform: translateX(1px);
      color: #610101;
    }
    95% {
      transform: translateX(-4px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes glitch6 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(-4px);
      color: #111;
    }
    90% {
      transform: translateX(1px);
      color: #610101;
    }
    95% {
      transform: translateX(-4px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  .line:nth-child(7) {
    -webkit-animation: clip 3000ms -2100ms linear infinite, glitch7 500ms -446ms linear infinite;
            animation: clip 3000ms -2100ms linear infinite, glitch7 500ms -446ms linear infinite;
  }
  @-webkit-keyframes glitch7 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(-3px);
      color: #111;
    }
    90% {
      transform: translateX(0px);
      color: #610101;
    }
    95% {
      transform: translateX(-1px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes glitch7 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(-3px);
      color: #111;
    }
    90% {
      transform: translateX(0px);
      color: #610101;
    }
    95% {
      transform: translateX(-1px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  .line:nth-child(8) {
    -webkit-animation: clip 3000ms -2400ms linear infinite, glitch8 500ms -813ms linear infinite;
            animation: clip 3000ms -2400ms linear infinite, glitch8 500ms -813ms linear infinite;
  }
  @-webkit-keyframes glitch8 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(-2px);
      color: #111;
    }
    90% {
      transform: translateX(3px);
      color: #610101;
    }
    95% {
      transform: translateX(-3px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes glitch8 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(-2px);
      color: #111;
    }
    90% {
      transform: translateX(3px);
      color: #610101;
    }
    95% {
      transform: translateX(-3px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  .line:nth-child(9) {
    -webkit-animation: clip 3000ms -2700ms linear infinite, glitch9 500ms -390ms linear infinite;
            animation: clip 3000ms -2700ms linear infinite, glitch9 500ms -390ms linear infinite;
  }
  @-webkit-keyframes glitch9 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(-2px);
      color: #111;
    }
    90% {
      transform: translateX(3px);
      color: #610101;
    }
    95% {
      transform: translateX(0px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes glitch9 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(-2px);
      color: #111;
    }
    90% {
      transform: translateX(3px);
      color: #610101;
    }
    95% {
      transform: translateX(0px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  .line:nth-child(10) {
    -webkit-animation: clip 3000ms -3000ms linear infinite, glitch10 500ms -795ms linear infinite;
            animation: clip 3000ms -3000ms linear infinite, glitch10 500ms -795ms linear infinite;
  }
  @-webkit-keyframes glitch10 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(5px);
      color: #111;
    }
    90% {
      transform: translateX(4px);
      color: #610101;
    }
    95% {
      transform: translateX(1px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes glitch10 {
    0% {
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      color: #292929;
    }
    85% {
      transform: translateX(5px);
      color: #111;
    }
    90% {
      transform: translateX(4px);
      color: #610101;
    }
    95% {
      transform: translateX(1px);
      color: #292929;
    }
    100% {
      transform: translateX(0);
    }
  }
  
  @-webkit-keyframes clip {
    0% {
      -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 120%, 0 120%);
              clip-path: polygon(0 100%, 100% 100%, 100% 120%, 0 120%);
    }
    100% {
      -webkit-clip-path: polygon(0 -20%, 100% -20%, 100% 0%, 0 0);
              clip-path: polygon(0 -20%, 100% -20%, 100% 0%, 0 0);
    }
  }
  
  @keyframes clip {
    0% {
      -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 120%, 0 120%);
              clip-path: polygon(0 100%, 100% 100%, 100% 120%, 0 120%);
    }
    100% {
      -webkit-clip-path: polygon(0 -20%, 100% -20%, 100% 0%, 0 0);
              clip-path: polygon(0 -20%, 100% -20%, 100% 0%, 0 0);
    }
  }