       body {
           background-color: #272822;
           font-family:Consolas,"Lucida Console","Courier New",monospace;
       }

       pink {
           color: #F92672;
       }

       purple {
           color: #5555FF;
       }

       white {
           color: white;
       }

       blue {
           color: #7CACDC;
       }

       yellow {
           color: #FFCD43;
       }
       
       sgreen {
           color: #ADD8E6;
       }

       a {
           color: #FFF;
           text-decoration: none;
       }

       .screenfetch {
           display: flex;
           justify-content: flex-start;
       }

       .ikachan {
           min-width: 490px;
           max-width: 490px;
       }

       .bio {
           white-space: nowrap;
           padding-left: 30px;
       }

       .cursor {
           animation: blink 1s infinite steps(1);
       }

       @keyframes blink {
           50% {
               color: transparent;
           }
       }