    /* General styles */
    html, body {
      margin: 0;
      padding: 0;
      color: #313244;
      font: 90% Roboto, Arial, sans-serif;
      font-weight: 300;
      background-image: url(https://github.com/zhichaoh/catppuccin-wallpapers/blob/main/os/arch-rainbow-1920x1080.png?raw=true);
      background-color: #1e2030;
    }

    p {
      padding: 0 10px;
      line-height: 1.8;
    }

    ul li {
      padding-right: 10px;
      line-height: 1.6;
    }

    h1 {
      font-family: "Oswald";
      text-shadow: 2px 2px 2px #7287fd;
      color: #ca9ee6;
      -webkit-text-stroke: 1px #1e2030;
    }

     h2{
      font-family: "Oswald";
      text-shadow: 2px 2px 2px #7287fd;
      color: #ef9f76;
      -webkit-text-stroke: 1px #1e2030;
    }

    h3 {
      padding: 5px 20px;
      margin: 0;
      -webkit-text-stroke: 1px #1e2030;
    }

    a {
      color: #8839ef;
    }

    #header {
      position: relative;
    }

    #header h1 {
      height: 80px;
      line-height: 80px;
      margin: 0;
      padding-left: 10px;
      background: #302d41;
      color: #313244;
    }

    #header a {
      position: absolute;
      right: 0;
      top: 23px;
      padding: 10px;
      color: #006;
    }

    #navigation {
      background: #89b4fa;
    }

    #extra {
      background: #cba6f7;
    }

    #footer {
      background: #11111b;
      color: #bac2de;
    }

    #footer p {
      padding: 20px 10px;
    }

    #container, #wrapper {
      max-width: 1000px;
      width: 100%;
      margin: 0 auto;
      background-color: #cdd6f4;
    }

    #content {
      float: left;
      max-width: 650px;
      max-height: 650px;
      overflow: auto;
      width: 100%;
      margin: 0 auto;
      padding: 25px;
    }

    #navigation, #extra {
      float: right;
      max-width: 280px;
      width: 100%;
    }

    #extra {
      clear: right;
    }

    #footer {
      clear: both;
      width: 100%;
    }

    #templaterr-sidebar {
      margin: 0 auto;
      padding: 5px;
    }

    #bgasset {
      bottom: 0;
      left: 0;
    }

    .glitch {
      color: rgb(223, 191, 191);
      position: relative;
      font-size: 90px;
      font-family: "Oswald", sans-serif;
      font-weight: bold;
      left: 75px;
      animation: glitch 20s 20s infinite;
    }

    .glitch::before,
    .glitch::after {
      content: attr(data-text);
      position: absolute;
      top: 0;
      overflow: hidden;
    }

    .glitch::before {
      left: -2px;
      text-shadow: -5px 0 #cba6f7;
    }

    .glitch::after {
      left: 2px;
      text-shadow: -5px 0 #a6e3a1;
    }

    .scanlines {
      overflow: hidden;
      mix-blend-mode: difference;
    }

    .scanlines::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: repeating-linear-gradient(to bottom, transparent 0%, transparent 1%);
      animation: fudge 25s ease-in-out alternate infinite;
    }

    @keyframes fudge {
      from {
        transform: translate(0px, 0px);
      }
      to {
        transform: translate(0px, 2%);
      }
    }

    .glow {
      text-shadow: 0 0 1000px rgb(223, 191, 191);
      color: transparent;
      position: absolute;
      top: 0;
    }

    .subtitle {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 100;
      font-size: .8vw;
      color: rgba(165, 141, 141, .4);
      text-transform: uppercase;
      letter-spacing: 1em;
      text-align: center;
      position: absolute;
      left: 17%;
      animation: glitch-2 5s 5.02s infinite;
    }

    @keyframes glitch-2 {
      1% {
        transform: rotateX(10deg) skewX(70deg);
      }
      2% {
        transform: rotateX(0deg) skewX(0deg);
      }
    }

    a {
      text-decoration: none;
      color: #8839ef;
      font-weight: 700;
      position: relative;
      font-family: 'Poppins';
      background:
    linear-gradient(
      to right,
      #8839ef,
      #8839ef
    ),
    linear-gradient(
      to right,
      rgba(255, 0, 0, 1),
      rgba(255, 0, 180, 1),
      rgba(0, 100, 200, 1)
  );
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

a:hover {
  background-size: 0 3px, 100% 3px;
}

    /* Mobile styles */
    @media screen and (max-width: 970px) {
      html, body {
        all: unset;
        color: #313244;
        font: 90% Roboto, Arial, sans-serif;
        font-weight: 300;
        background-image: url(https://github.com/zhichaoh/catppuccin-wallpapers/blob/main/os/arch-rainbow-1920x1080.png?raw=true);
        background-size: 200vh;
      }

      #bgasset {
        display: none;
      }

      #container {
        display: flex;
        flex-direction: column;
        width: 100vw;
        background-color: #cdd6f4;
        height: auto;
      }

      #content {
        all: unset;
      }

      #content, #navigation {
        max-width: 100%;
      }

      #wrapper {
        width: 100vw;
      }

      #navigation {
        background: #89b4fa;
      }

      #extra {
        all: unset;
        visibility: hidden;
        height: 0;
      }

      #footer {
        background: #11111b;
        color: #bac2de;
      }

      #footer p {
        padding: 20px 10px;
      }

      .glitch {
        font-size: 45px;
        left: 10px;
      }

      .subtitle {
        font-size: 3vw;
        left: 5%;
      }

      #padding {
        padding: 10px;
      }
    }