body {
      font-family: 'Courier New', Courier, monospace;
      background-color: rgb(0, 0, 0);
      color: rgb(216, 216, 216);
    }
    body::-webkit-scrollbar {
      width: 4px;
      background-color: greenyellow;
    }

    ::-webkit-scrollbar {
      width: 4px;
      height: 4px;
      background: #00ff08;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #000000;
    }
    .leet-text {
      color: rgb(107, 251, 102) !important;
    }
    .gray-background {
      background-color: rgb(39, 39, 39) !important;
    }
    textarea {
      white-space: nowrap;
      border-radius: 0px !important;
      border-color: greenyellow !important;
    }

    ::placeholder {
      color: rgb(173, 173, 46) !important;
    }