    ::-webkit-scrollbar-thumb {
      background: #6001a8
    }

    ::-webkit-scrollbar-track {
      background: #f9f9f9
    }

    ::-webkit-scrollbar {
      width: 2px;
      height: 2px;
    }



    *,
    body,
    html {
      box-sizing: border-box
    }

    body,
    html {
      padding: 0;
      margin: 0;
      height: 100%;
      line-height: 1.5;
    }

    body {
      margin: 0;
      padding: 0;
      font-family: sans-serif;
      font-weight: 400;
      background: url(img/bg.png);
      background-repeat: repeat;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
      font-family: sans-serif;
      font-weight: 300;
    }

    a {
      text-decoration: none
    }

    input::placeholder {
      color: #888;
      opacity: 1;
    }


    .aryafonts:hover p {
      color: #6001a8;
    }

    header {
      width: 100%;
      margin: 0;
      text-align: center;
      background: #6001a8;
      z-index: 9999;
      float: left;
      box-shadow: 0px 6px 6px 0 rgb(0 0 0 / 35%)
    }

    header .site-title span {
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #444;
      font-size: 12px;
      margin-bottom: 5px;
      display: inline-block;
      background: #ffffff;
      padding: 5px;
      border-radius: 10px;
    }

    .settings-share {
      float: right;
      width: auto;
      margin-top: 6px;
    }

    .menusection {
      float: left;
      width: 23%;
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      -webkit-box-shadow: 8px 0 17px 0 rgb(0 0 0 / 28%);
      -moz-box-shadow: 8px 0 17px 0 rgba(0, 0, 0, .28);
      box-shadow: 8px 0 17px 0 rgb(0 0 0 / 28%);
      padding: 4px;
      display: none;
      background: #6001a8;
      z-index: 9999;
    }

    div#clock {
      color: #fff;
      display: block;
      position: fixed;
      right: 10px;
      background: #d90000;
      top: 10px;
      text-align: center;
      font-size: 20px;
      z-index: 9;
      padding: 6px 0;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.21);
    }

    .menusection .close {
      position: absolute;
      right: -35px;
      top: 10px;
      font-size: 18px;
      padding: 10px 17px;
      border: none;
      background: #6001a8;
      color: #fff;
      border-radius: 0 3px 3px 0;
      cursor: pointer;
      z-index: 3;
      box-shadow: 5px 0px 5px 0 rgb(0 0 0 / 21%);
    }

    .menusection h2 a {
      font-size: 18px;

      margin: 0 0 3px 0;
      text-align: center;
      text-transform: capitalize;
    }

    .menusection img {
      width: 200px;
    }

    .bookmarks {
      padding: 5px;
      float: left;
      width: 100%;
      overflow-y: scroll;
      height: 80%;
    }

    .bookmarks a {
      display: inline-block;
      text-transform: uppercase;
      width: 100%;
      float: left;
      text-align: right;
      font-family: sans-serif;
      color: #6001a8;
      padding: 10px 15px;
      border-radius: 10px;
      font-size: 16px;
    }

    .bookmarks a:hover {
      background: #6001a8;
      color: #fff;
    }

    .menusection .bookmarks a {
      color: #ffffff82;
    }

    .menusection .bookmarks a:hover {
      color: #000;
      background: #fff;
    }

    .cats a {
      display: inline-block;
      float: left;
      width: auto;
      border: 1px solid;
      margin: 5px;
    }

    header a {
      font-family: pacifico, cursive;
      padding: 5px 0 0;
      display: block;
      font-size: 25px;
      color: #fff;
      letter-spacing: 3px;
    }

    .site-title img {
      width: 200px;
      padding-top: 7px;
    }


    /* share button */
    .addthis_inline_share_toolbox {
      clear: none;
      display: inline-block;
    }

    /* side ads box */

    #fancy-info.disappearing {
      display: none;
      visibility: hidden;
      opacity: 0;
      transition: visibility .1s, opacity .1s linear;
      transition-delay: .1s;

    }

    #fancy-info {
      position: absolute;
      top: -2000px;
      left: -3000px;
      width: 360px;
      cursor: pointer;
      background: #fff;
      border-radius: 5px;
      overflow: hidden;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
      z-index: 10000;
    }

    #fancytext-name {
      background: #000;
      text-align: center;
      padding: 3px 4px;
      font-size: 16px;
      color: #ffffff80;
    }

    #fancy-info .textarea {
      width: 100%;
      padding: 10px;
      text-align: center;
      display: block;
      cursor: text;
      background: #e6ecf4;
      border: none;
      font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    }


    #fancy-info-copy-container {
      text-align: center;
      display: block;
      width: 100%;
    }

    #adsInPopupDialog {
      padding-top: 12px;
      text-align: center;
      margin: 0 auto;
    }

    #fancy-copy-btn {
      text-align: center;
      height: 30px;
      width: 140px;
      margin-top: 3px;
      margin-bottom: 3px;
      background: #18a00a;
      border: none;
      color: #ffffff82;
      cursor: pointer;
      font-size: 14px;
      font-weight: 600;
      border-radius: 10px;
    }

    #fancy-copy-btn:hover {
      color: #fff;
    }

    /* menu */
    main {
      float: left;
      width: 100%;
      margin-top: 10px;
    }

    .container {
      max-width: 970px;
      margin: 0 auto;
      text-align: center;
    }

    h2 {
      color: #777;
      float: left;
      width: 100%;
      text-transform: uppercase;
      font-size: 17px;
      margin: 0;
      text-align: left;
      padding: 5px;
      border-radius: 10px;
    }

    #random-cloud {
      font-family: Arial Unicode MS, lucida grande, tahoma, verdana, arial, sans-serif;
      text-align: center;
      width: 100%;
      height: 120px;
      float: left;
      overflow: auto;
      padding-top: 10px;
    }


    #random-cloud div {
      padding: 0;
      border-radius: 10px;
      padding: 10px;
      cursor: pointer;
      display: inline-block;
      border: 1px solid transparent;
      color: #444;
      position: relative;
    }

    #random-cloud div:hover {
      background: #fff;
      border: 1px solid #ececec;
      color: #000;
    }

    #random-cloud button {
      top: -5px !important;
      right: -15px !important;
      padding: 3px 8px !important;
    }

    #random-cloud .size10 {
      font-size: 35px;
    }

    #random-cloud .size9 {
      font-size: 32px;
    }

    #random-cloud .size8 {
      font-size: 29px;

    }

    #random-cloud .size7 {
      font-size: 26px;

    }

    #random-cloud .size6 {
      font-size: 25px;

    }

    #random-cloud .size5 {
      font-size: 22px;

    }

    #random-cloud .size4 {
      font-size: 19px;

    }

    #random-cloud .size3 {
      font-size: 16px;

    }

    #random-cloud .size2 {
      font-size: 14px;
    }

    #random-cloud .size1 {
      font-size: 13px;
    }


    .ads {
      display: table !important;
      margin: 12px 0 !important;
      float: left;
      clear: both;
      width: 100% !important;
    }

    #mobile-fly-menu {
      display: block;
      position: absolute;
      cursor: pointer;
      width: 50px;
      height: 40px;
      float: left;
    }

    #mobile-fly-menu:hover span {
      background: #fff;
    }

    #mobile-fly-menu span:nth-child(1) {
      top: 10px;
      width: 38px;
    }

    #mobile-fly-menu span:nth-child(2) {
      top: 19px;
      width: 30px
    }

    #mobile-fly-menu span:nth-child(3) {
      top: 28px;
      width: 22px
    }

    #mobile-fly-menu span {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      display: block;
      position: absolute;
      left: 12px;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -ms-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
      height: 4px;
      background: #ffffff82
    }

    .thenitesharya-text {
      position: relative;
      float: left;
      width: 100%;
    }

    .thenitesharya-text .clear {
      position: absolute;
      right: 4px;
      color: #de0707;
      font-size: 20px;
      padding: 5px 15px;
      line-height: 1.5;
      background: transparent;
      border: none;
      z-index: 999;
      cursor: pointer;
      top: 3px;
      outline: none;
    }

    .thenitesharya-text .clear:hover {
      color: #000;
    }

    .thenitesharya-text p {
      text-transform: uppercase;
      font-size: 12px;
      color: #777;
      padding: 0px;
      margin: 0;
      margin-top: 5px;
    }

    .thenitesharya-text.fixedtop {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999;
    }


    .share-buttons {
      float: right;
      margin-top: 8px;
    }

    .settings {
      float: left;
      margin-top: 3px;
    }

    .settings input {
      box-shadow: none;
      cursor: pointer;
      padding: 2px;
      width: 200px;
    }

    .font-size {
      float: right;
      padding: 5px;
    }

    .font-size span {
      font-size: 13px;
      text-transform: uppercase;
      color: #ffffff82;
    }

    .share-link {
      display: block;
      float: left;
      width: 100%;
      text-align: center;
      padding: 0 0 10px 0;
      color: #777;
      font-size: 13px;
      position: relative;
    }




    .slider {
      -webkit-appearance: none;
      width: 220px;
      height: 2px;
      background: #6001a8;
      outline: none;
      border-radius: 3px;
      margin-left: 10px;
    }

    .slider:hover {
      opacity: 1;
    }

    .slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 20px;
      height: 20px;
      background: #6001a8;
      cursor: pointer;
      border-radius: 50%;
      box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 21%);
    }

    .slider::-moz-range-thumb {
      width: 25px;
      height: 25px;
      background: #6001a8;
      cursor: pointer;
      border-radius: 50%;
      box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 21%);
    }

    main,
    .aryafontsmain {
      float: left;
      width: 100%;
    }

    .aryafontslist,
    .aryafontsrecentlist {
      display: block;
      float: left;
      text-align: left;
      width: 100%;
      overflow: hidden;
      position: relative;
    }

    .aryafonts {
      position: relative;
      margin: 0;
      display: block;
      float: left;
      cursor: pointer;
      width: 100%;
      background: #ffffff87;
      border-radius: 3px;
      padding: 5px;
      text-align: left;
    }

    .aryafonts span {
      float: left;
      text-align: right;
      padding-right: 10px;
      width: 20%;
      color: #999;
      font-weight: 600;
      letter-spacing: 1px;
      font-variant-caps: all-small-caps;
    }


    .aryafonts p {
      width: 80%;
      float: left;
      background: #efefef;
      margin: 0;
      border-radius: 10px;
      padding: 8px 0 20px 10px;
      font-size: 23px;
      white-space: nowrap;
      color: #000;
      font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
      border: 1px solid transparent;
    }

    .aryafonts:hover p {
      border-color: #6001a8;
    }

    .aryafonts button,
    #random-cloud button,
    .share-link button {
      position: absolute;
      top: 10px;
      right: 10px;
      background: #fff;
      border: 1px solid #3e5b9b1f;
      color: #444;
      font-size: 13px;
      padding: 2px 10px;
      border-radius: 50px;
      font-variant-caps: all-small-caps;
      letter-spacing: 1px;
      -webkit-transition: margin-right 0.3s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: margin-right 0.3s cubic-bezier(0.23, 1, 0.32, 1);
      transition: margin-right 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    }


    p.aryapage {
      float: left;
      width: 100%;
    }

    p.loadmore {
      text-align: center;
      clear: both;
      margin-bottom: 0;
    }


    h4 {
      text-transform: uppercase;
      color: #777;
      backface-visibility: hidden;
      margin: 0;
      padding: 10px;
      float: left;
      width: 100%;
      text-align: left;
    }


    .share {
      padding-top: 3px;
      display: block;
      float: left;
      text-transform: uppercase;
      color: #6001a8;
      margin-right: 5px;
      font-size: 15px;
    }

    #thenitesharya-text {
      width: 100%;
      padding: 0.6em 0;
      outline: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: none;
      border-radius: 6px;
      letter-spacing: 0.02em;
      line-height: 1.4;
      margin-bottom: 0;
      display: block;
      text-align: center;
      font-size: 22px;
      font-weight: 400;
      font-family: sans-serif;
      letter-spacing: 1px;
      border-radius: 0 0 10px 10px;
      border-left: 2px solid #6001a8;
      border-right: 2px solid #6001a8;
      border-bottom: 2px solid #6001a8;
      background: #fff;
      box-shadow: 0 8px 20px 0 rgb(0 0 0 / 15%);
    }

    #thenitesharya-text::placeholder {
      color: #999;
      font-size: 18px;
    }

    .separator {
      float: left;
    }

    .toplink {
      float: left;
      margin-left: 5px;
    }

    .toplink a {
      display: inline-block;
      padding: 7px 15px;
      color: #0d67ce;
      font-size: 14px;
      background: #023c80;
      border-radius: 3px;
    }

    .toplink a:hover {
      color: #000;
      background: #fff;
    }



    .page-load-status {
      text-align: center;
      color: #777;
      float: left;
      width: 100%;
    }

    .infinite-scroll-last {
      font-size: 20px;
      margin: 2px 0;
      padding: 2px 0;
    }

    a.aryapage-next {
      visibility: hidden;
    }

    footer {
      width: 100%;
      float: left;
      text-align: center;
      text-overflow: ellipsis;
      overflow: hidden;
      background: #f4f5f7;
      padding-bottom: 50px;
    }

    footer h2 {
      color: #000;
      text-transform: capitalize;
      font-size: 35px;
    }

    footer img {
      max-width: 900px;
    }

    footer p {
      text-align: left;
    }

    h1 {
      font-size: 2.3em;
      color: #000;
      font-family: sans-serif;
    }



    p.other-platform,
    h1 {
      text-align: center;
    }

    p.other-platform img {
      width: auto;
      height: 90px;
    }

    .links {
      text-align: center;
      clear: both;
      float: left;
      width: 100%;
      padding-bottom: 10px;
      background: #fff;
    }

    .links a {
      background: #6001a8;
      color: #fff;
      display: inline-block;
      margin-bottom: 5px;
      text-transform: uppercase;
      cursor: pointer;
      border-radius: 3px;
      justify-content: center;
      padding: 7px 13px;
      text-align: center;
      white-space: nowrap;
    }

    .links a:hover {
      background: #000;
      color: #fff;
    }

    .aload {
      font-size: 20px;
      /* change size here */
      position: relative;
      width: 4em;
      height: 1em;
      margin: 10px auto;
    }

    .aload span {
      display: block;
      width: 1em;
      height: 1em;
      border-radius: 0.5em;
      background: #6001a8;
      /* change color here */
      position: absolute;
      animation-duration: 0.5s;
      animation-timing-function: ease;
      animation-iteration-count: infinite;
    }

    .aload span:nth-child(1),
    .aload span:nth-child(2) {
      left: 0;
    }

    .aload span:nth-child(3) {
      left: 1.5em;
    }

    .aload span:nth-child(4) {
      left: 3em;
    }

    @keyframes reveal {
      from {
        transform: scale(0.001);
      }

      to {
        transform: scale(1);
      }
    }

    @keyframes slide {
      to {
        transform: translateX(1.5em)
      }
    }

    .aload span:nth-child(1) {
      animation-name: reveal;
    }

    .aload span:nth-child(2),
    .aload span:nth-child(3) {
      animation-name: slide;
    }

    .aload span:nth-child(4) {
      animation-name: reveal;
      animation-direction: reverse;
    }

    #load-more {
      font-size: 17px;
      padding: 10px 55px;
      border: none;
      border: 1px solid #dcdcdc;
      color: #444;
      margin: 10px 0 5px 0;
      cursor: pointer;
      background: #fff;
      text-align: center;
      outline: none;
      border-radius: 10px;
    }

    #load-more:hover {
      background: #f1f1f1;
      color: #000;
    }

    #scroll,
    .randomgen {
      display: none;
      position: fixed;
      bottom: 20%;
      right: 0;
      background: #fff;
      z-index: 99999;
      color: #8e8e8e;
      font-size: 20px;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 9px 11px;
      box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .21);
      border-radius: 2px;
    }

    .randomgen {
      display: block;
      position: relative;
      float: right;
      text-transform: uppercase;
      background: #fff;
      font-size: 15px;
      bottom: auto;
      position: absolute;
      right: 0;
    }

    #scroll:hover,
    .randomgen:hover {
      color: #fff;
      background: #6001a8;
    }

    .site-link {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      padding-bottom: 20px;
    }

    .site-link a {
      font-size: 20px;
      display: block;
      padding: 3px 20px;
      text-align: left;
    }

    .site-link a:hover {
      color: #fff9;
    }

    .top-link a {
      display: inline-block;
      border-radius: 3px;
      color: #444;
      padding: 5px 10px;
      margin: 7px 2px;
    }

    .top-link a:hover {
      color: #000;
    }

    .loadmore {
      float: left;
      width: 100%;
    }

    .randomgen img,
    #scroll img {
      width: 23px;
    }

    span.sharetext {
      color: #000;
      display: inline-block;
      padding: 8px;
      font-size: 15px;
    }

    .ssb_link,
    .ssb_icon {
      display: inline-block
    }

    .ssb_link {
      text-decoration: none;
      color: #fff;
      margin: 0.1em
    }

    .r-s-b {
      border-radius: 5px;
      transition: 25ms ease-out;
      padding: 0.2em 0.3em;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .ssb_icon svg {
      width: 1em;
      height: 1em;
      margin-right: 0.4em;
      vertical-align: top
    }

    .ssb-small svg {
      margin: 0;
      vertical-align: middle
    }

    /* Non solid icons get a stroke */
    .ssb_icon {
      stroke: #fff;
      fill: none
    }

    /* Solid icons get a fill */
    .ssb_icon--solid,
    .ssb_icon--solidcircle {
      fill: #fff;
      stroke: none
    }

    .ssb-twitter {
      background-color: #55acee
    }

    .ssb-twitter:hover {
      background-color: #2795e9
    }

    .ssb-pinterest {
      background-color: #bd081c
    }

    .ssb-pinterest:hover {
      background-color: #8c0615
    }

    .ssb-facebook {
      background-color: #3b5998
    }

    .ssb-facebook:hover {
      background-color: #2d4373
    }

    .ssb-tumblr {
      background-color: #35465C
    }

    .ssb-tumblr:hover {
      background-color: #222d3c
    }

    .ssb-reddit {
      background-color: #5f99cf
    }

    .ssb-reddit:hover {
      background-color: #3a80c1
    }

    .ssb-google {
      background-color: #dd4b39
    }

    .ssb-google:hover {
      background-color: #c23321
    }

    .ssb-linkedin {
      background-color: #0077b5
    }

    .ssb-linkedin:hover {
      background-color: #046293
    }

    .ssb-email {
      background-color: #777
    }

    .ssb-email:hover {
      background-color: #5e5e5e
    }

    .ssb-xing {
      background-color: #1a7576
    }

    .ssb-xing:hover {
      background-color: #114c4c
    }

    .ssb-whatsapp {
      background-color: #25D366
    }

    .ssb-whatsapp:hover {
      background-color: #1da851
    }

    .ssb-hackernews {
      background-color: #FF6600
    }

    .ssb-hackernews:hover,
    .ssb-hackernews:focus {
      background-color: #FB6200
    }

    .ssb-vk {
      background-color: #507299
    }

    .ssb-vk:hover {
      background-color: #43648c
    }

    .ssb-facebook {
      background-color: #3b5998;
      border-color: #3b5998;
    }

    .ssb-facebook:hover,
    .ssb-facebook:active {
      background-color: #2d4373;
      border-color: #2d4373;
    }

    .ssb-twitter {
      background-color: #55acee;
      border-color: #55acee;
    }

    .ssb-twitter:hover,
    .ssb-twitter:active {
      background-color: #2795e9;
      border-color: #2795e9;
    }

    .ssb-email {
      background-color: #777777;
      border-color: #777777;
    }

    .ssb-email:hover,
    .ssb-email:active {
      background-color: #5e5e5e;
      border-color: #5e5e5e;
    }

    .ssb-reddit {
      background-color: #5f99cf;
      border-color: #5f99cf;
    }

    .ssb-reddit:hover,
    .ssb-reddit:active {
      background-color: #3a80c1;
      border-color: #3a80c1;
    }

    .ssb-whatsapp {
      background-color: #25D366;
      border-color: #25D366;
    }

    .ssb-whatsapp:hover,
    .ssb-whatsapp:active {
      background-color: #1DA851;
      border-color: #1DA851;
    }

    .ssb-telegram {
      background-color: #54A9EB;
    }

    .ssb-telegram:hover {
      background-color: #4B97D1;
    }

    .infinite-scroll {
      display: block;
      text-align: right;
    }

    @media only screen and (max-width:970px) {

      .aryafonts span {
        width: auto;
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #989898;
        font-size: 10px;
        border-radius: 5px;
        padding: 1px 5px;
      }

      .aryafonts:hover span {
        display: block;
      }

      .aryafonts p {
        width: 100%;
      }

      .menusection {
        width: 35%;
      }

      .separator {
        display: none;
      }

      .leftsection {
        width: 75%;
      }

      .copiedalerts {
        width: 100%;
        left: 0 !important;
      }


      .thenitesharya-text .clear {
        padding: 7px 15px;
      }

      .share_button {
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 99;
        background: #6001a8;
      }

      .container {
        max-width: 100%;
      }


      nav a {
        font-size: 14px;
      }

      .insta-profile {
        margin: 20px 16px 15px;
      }


      .share input {
        display: none;
      }

      .rightside {
        width: 100%;
        margin-left: 0%;
      }

      footer img {
        max-width: 90% !important;
      }

    }

    @media only screen and (max-width:600px) {

      span.sharetext {
        color: #444;
        font-size: 12px;
        text-align: right;
      }

      footer {
        padding: 10px;
      }

      .menusection h2 a {
        font-size: 14px;
      }

      .menusection {
        width: 75%;
      }

      .resp-sharing-button__link {
        margin: 2px;
        float: left;
      }

      main,
      .aryafontsmain {
        padding: 0px;
      }

      .aryafontslist,
      .aryafontsrecentlist {
        padding: 5px;
      }

      .thenitesharya-text {
        padding: 2px 5px 5px 5px;
      }

      #random-cloud {
        height: 200px
      }

      .aryafonts {
        width: 100%;
        margin: 0.4% 0;
      }

      .aryafonts div,
      .aryafonts p {
        font-size: 18px;
      }


      .settings input {
        width: 180px;
      }

      .share_button {
        width: 100%;
        margin-top: 5px;
      }

      .share_button span {
        float: none;
      }

      .share-link {
        font-size: 13px;
        padding: 5px;
      }

      .container {
        width: 100%;
      }

      .site-info {
        padding: 0 5px;
      }

      p.copied {
        width: 50%;
      }


      #thenitesharya-text {
        font-size: 18px;
      }

      .site-title a {
        font-size: 17px;
      }

      .randomgen {
        padding: 10px 10px 8px 10px;

      }

      #scroll {
        padding: 8px 10px;
      }

      h1 {
        font-size: 1.9em;
        color: #000;
      }

      footer h2 {
        font-size: 1.4em;
      }

      .aryafontslist h2 {
        font-size: 16px;
        margin: 0;
      }


      .share {
        margin-left: 10px;
        padding-top: 7px;
      }

      footer img {
        max-width: 100% !important;
        height: auto;
      }
    }