/*<style>*/
    .avatar {
        margin-top: 70px;
        margin-bottom: 30px;
        border-radius: 5%;
    }
    body {
    background: #23272b;
    }
    div {
        color:white;
        font-family: 'Encode Sans Expanded', sans-serif;
    }
    .list {
    color: white;
    }
    .ul-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333;*/
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    border-bottom: 1.5px solid white;
    background-color: #ffffff14;
    }
    .li-nav {
    float: left;
    }
    .li-nav a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Comfortaa', cursive;
    font-size: 12px; /*16px default*/
    }
    li a:hover {
    background-color: #111;
    /*cursor: none;*/
    }
    .navbar-pfp {
    margin-left: 75px;
    border-radius: 50%;
    }
    .navbar-pfp:hover {
        margin-left: 75px;
        border-radius: 0%;
        }
    .invite {
        margin-left: 8px;
    }
    *, :after, :before {
    -webkit-font-smoothing: antialiased;
    }
    footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: transparent;
        color: white;
        text-align: center;
        font-size: 9.5px;
        margin-bottom: 10px;
      }
      ::-moz-selection {
        color: black;
        background: #00ff00;
      }
      
      ::selection {
        color: black; 
        background: #00ff00;
      }
      .invite-butt {
        text-align: center;
        display: block;
        margin-top: 20px;
        padding: 5px 12px;
        background-color: #7289DA;
        border-color: transparent;
      }
      .dbl-widget {
          border-radius: 7%;
      }
      .dbl-wi {
        margin-top: 100px;
      }
      .iframe-dc {
          float:left;
          margin-right: -500px;
          margin-top: 15%;
      }
      .not-aff a {
          color: #7289DA;
          text-decoration: none;
      }
      .nav-desc {
        color: transparent;
        float:left;
        font-size: 10px;
        margin-right: -800px;
        margin-top: 25px;
      }
      .nav-desc:hover {
          color: white;
          float:left;
          font-size: 10px;
          margin-right: -800px;
          margin-top: 25px;
      }
      .nav-desc:before {
          content: "Hover here ↓";
          color: #ffffff4a;
      }
      .nav-desc:hover:before {
        content: "";
        color: white;
    }
      .avatar:hover {
          cursor: crosshair;
          /*cursor: url('./356771720863940608.png'), auto;*/
      }
      .easteregg:hover {
        cursor: url('./356771720863940608.png'), auto !important;
      }
      .button-text {
          color: white;
          text-decoration: none;
          font-family: 'Comfortaa', cursive;
      }
      .button-text:hover:after {
        content: " *CLICK*";
        color: greenyellow;
        font-size: 10px;
        text-decoration: none;
        font-family: 'Comfortaa', cursive;
    }

    .info {
      text-decoration: none;
      color: rgb(0, 206, 51);
    }
    .links {
      margin-top: 10%;
    }
    .infoa {
      margin-top: 0%;
      margin-bottom: 0%;
    }
    .yes {
      margin-top: 0%;
      margin-bottom: 0%;
      color: orange;
    }
    .aid {
      width: 7%;
      height: 7%;
      position: fixed;
      left: 0;
      bottom: 40;
      width: 100%;
    }

          
        
    /*body { cursor: url('https://image.ibb.co/jWCs0o/cursor.png'), auto; }*/
    /** {*/
        /*cursor: wait;*/
        /*cursor: none;*/
    /*}*/
    /*</style>*/