body {
    font-family: Georgia, serif;
    font-size: 21px;
    letter-spacing: 2px;
    word-spacing: 2px;
    color: #A0FF00;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    font-variant: none;
    text-transform: none;
    border: ;
    text-align: center;
    padding: 3%;
    background: #2C183D url("https://i.imgur.com/DQ77rM1.png") no-repeat fixed 50% 50%;
}
div {
    text-align: center;
    box-sizing: content-box;
    padding-bottom: 1%;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;    
}
.description {
  
   
}
#top {
    font-size: 48px;
    text-decoration: underline;
    position: relative; 
}
#intro {
    margin-top: 0px;
    position: relative;
}

#bio {
    font-size: 18px;
    text-align: center;
    position: relative;
    background: rgba(69, 0, 158, 0.527) url("https://cdn.pixabay.com/photo/2012/04/18/16/09/beehive-37436_960_720.png") repeat scroll 50% 50%;

    margin-top: 0%;

    width: 750px;
    border: 1px solid #610AA4;
}

    .linkButton {
        color: rgb(194, 255, 0); 
        font-size: 20px; 
        line-height: 20px; 
        padding: 6px; 
        border-radius: 7px; 
        font-family: Georgia, serif; 
        font-weight: normal; 
        text-decoration: none; 
        font-style: normal; 
        font-variant: normal; 
        text-transform: none; 
        background-image: linear-gradient(rgb(97, 10, 164) 0%, rgb(161, 13, 203) 12%, rgb(47, 12, 117) 100%); 
        border: 2px solid rgb(28, 110, 164); 
        text-align: center;
        width: 98%;
        margin-left: 0px;
      
       
    }
        .linkButton:hover {
        background: #610AA4;
        bottom: 12px; 
        transform: translateX(6px);
        transition: transform 0.5s ease;}
        .linkButton:active {
        background: #2F0C75;
    
     }


        .side {
        
            position: relative;

            height: fit-content;
            display: inline-block;
            
        }
        #left-side {
            float: left;
            width: 300px;
            height: 700px;
         
            display: block;
            
            
            
        }
        #right-side {
            position: relative;
            float: right;
            margin-top: 0%;
            width: 250px;
            border: 2px solid #A0FF00;
        }

        .logo {
            width: 100%;
            height: 100%;
            background-color: #A0FF00;
            margin-bottom: 0%;
            border: 10px solid #2F0C75;
        }


        #news {

            position: relative;
            margin-top: 3%;
            border: 2px solid #A0FF00;
            width: 50%;
            padding: 0%;
            text-align: left;
            font-size: 16px;
            
        }

        .div-head {
            font-size: 24px;
            text-decoration: underline;
            text-align: center;
            padding: 0%;
            margin: 0%;
            border: 2px solid #A0FF00;
            background-color: #610AA4;
        }

        #server {
            position: relative;
            border: 3px solid #A0FF00;
            text-decoration: underline overline;
            text-align: center;
            tr:hover {background-color: #610AA4;}
            
            
        }

        #desktop {
            position: relative;
            float: right;
            margin-right: 15%;
        }

        .sub-title {
            border: 1px solid #A0FF00;
        }

        #server-news {

            width: 50%;
            border: 2px solid #A0FF00;
            margin-bottom: 10px;
        }

        .list {

        
        }
        #skills {
            position: relative;
            float: left;
            margin-left: -10%;
            margin-top: -10%;
           
        }
   #skill-title {
    text-decoration: underline;
   }

   #home-button {
    position: relative;
    float: left;
    width: 10%;
    color: rgb(194, 255, 0); 
    font-size: 20px; 
    line-height: 20px; 
    padding: 6px; 
    border-radius: 7px; 
    font-family: Georgia, serif; 
    font-weight: normal; 
    text-decoration: none; 
    font-style: normal; 
    font-variant: normal; 
    text-transform: none; 
    background-image: linear-gradient(rgb(97, 10, 164) 0%, rgb(161, 13, 203) 12%, rgb(47, 12, 117) 100%); 
    border: 2px solid rgb(28, 110, 164); 
    text-align: center;
    margin-left: 0px;
   }
   

    #home-button:hover {
    background: #610AA4;
    transform: translateX(3px);
    transition: transform 0.5s ease;}
    #home-button:active {
    background: #2F0C75;
   }


   #cat {
 
    position: fixed top left;
    margin-right: 55%;
   }

   #cat-text {
    position: fixed top right;
    margin-top: -75%;
    margin-right: 15%;
    margin-left: 55%;
    border: #A0FF00 solid;

   }
   .cat-link {
    

   }
   .cat-link:link {
    color: #A0FF00;
   }
   .cat-link:hover {
    color: #A0FF00;
   }
   .cat-link:active {
    color: #A0FF00;
   }
   .cat-link:visited {
    color: #A0FF00;
   }