  .unifrakturmaguntia-regular {
      font-family: "UnifrakturMaguntia", cursive;
      font-weight: 400;
      font-style: normal;
  }


  .momo-trust-sans-<uniquifier > {
      font-family: "Momo Trust Sans", sans-serif;
      font-optical-sizing: auto;
      font-weight: <weight>;
      font-style: normal;
  }

  /* ===== Scrollbar CSS ===== */
    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 0px;
    }

    *::-webkit-scrollbar-track {
        background: #ffffff;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #8f54a0;
        border-radius: 10px;
        border: 3px solid #ffffff;
    }


  /* Start https://www.cursors-4u.com */
  * {
      cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur881.cur), auto !important;
  }

  /* End https://www.cursors-4u.com */

  :root {
      --text: white;
      --white: black;
      --black: white;
      --lightgrey: #3d3d3d;
      --midgrey: #777777;
      --link: #6b6bff;
      --linkhover: #43fef1;
      --colored: #6b6bff;
      --MusicPlayer-Song-Name-Color: var(--midgrey);
  }

  body {
      font-family: "Momo Trust Sans", sans-serif;
      font-weight: 400;
      background-color: var(--white);
      background: linear-gradient(to bottom, var(--white), transparent), url('https://64.media.tumblr.com/tumblr_lvuln9WYkZ1r1ne7to11_r1_250.png');
      color: var(--text);
      padding: 0px;
      margin: 0px;
      font-size: 14px;
      height:;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
      font-family: "UnifrakturMaguntia", cursive;
      margin: 0px;
      color: var(--link);
  }

  small {
      font-family: "Momo Trust Sans", sans-serif;
      font-size: 12px;
  }

  /* Start https://www.cursors-4u.com */
  * {
      cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur881.cur), auto !important;
  }

  /* End https://www.cursors-4u.com */

  a,
  button,
  input {
      cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur870.cur), auto !important;
  }

  a img {
      cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur870.cur), auto !important;
  }

  li {
      list-style-image: url('');
      line-height: 1.5;
  }

  textarea {
      display: block;
      resize: horizontal;
      min-width: 285px;
      max-width: 285px;
      background: var(--white);
      color: var(--text);
      border-color: var(--lightgrey);
      padding: 10px;
  }

  a,
  button,
  input {
      cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur870.cur), auto !important;
      color: var(--link);
  }

  a img {
      cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur870.cur), auto !important;
  }

  a:hover {
      color: var(--linkhover);
  }

  .greyfilt {
      filter: grayscale(1);
  }

  #All {
      margin: 30px auto;
      width: 1100px;
      background: var(--background);
      border-width: 7px;
      border-style: solid;
      border-image: url("images/ngqq1o-edited-grey-dark.jpg") 7 fill round;
      padding: 1px;
  }

  #all2 {
      background: var(--white);
      padding: 10px;
      position: relative;
      ;
  }

 #sh {
        margin-top:-10px;
        filter:brightness(0.55) contrast(5);
        font-size:12px;
    }

.goback {
        position: fixed;
        left: 20px;
        top: 20px;
        text-decoration: none;
        padding: 5px 10px;
        background: linear-gradient(to top, var(--white) 40%, #0f0f0f 50%, var(--white) 90%);
        text-align: left;
        border: 1px solid var(--lightgrey);
        font-family: "Momo Trust Sans", sans-serif;
        font-weight: 400;
        display: block;
        text-decoration: none;
        color: var(--text);
        transition: .2s;
        border-radius:10px;
    }
    
    .goback:hover {
        box-shadow:0px 0px 0px 1px var(--midgrey), 0px 0px 0px 5px var(--white), 0px 0px 0px 6px var(--lightgrey);
        color:var(--colored)
    }
