@media only screen and (min-width: 300px) and (max-width: 1024px) {

/* Start Global styles for HTML and body */

         html,
            body {
              font-family: 'Goudy Old Style', Garamond, 'Big Caslon', 'Times New Roman', serif;
              overflow-x: hidden;
              padding: 10px;
              padding-top: 10px;
              background: #27272a;
              color: white;
            }
            
            h1 {
              text-align: center;
              text-transform: uppercase;
              color: white;
              margin-top: 5px;
            }
            
            .bottom-links {
                text-align: center; /* Center align the links */
            }
            
            .bottom-links a {
                display: inline-block; /* Display links as inline blocks */
                margin: 0 0px; /* Add margin between links as needed */
                text-decoration: none;
                color: white; /* Set the desired color */
            }
            
            .bottom-links a:hover {
                text-decoration: underline;
                background: rgba(0, 128, 0, 0);
                color: #5FCEEA;
            }
            
        /* Start Ad Styles */
            .HeaderAD {
              display: block;
              float: right;
              width: 256px;
              height: 125px;
              border: 0px solid #555;
              border-radius: 1%;
            }
            
            .HomePageAdsBottom {
               position: fixed;
               left: 50%;
               width: 728px;
               height: 60px;
               bottom: 0;
               transform: translateX(-50%);
               background-color: transparent;
               color: white;
               text-align: center;
            }
            
          /* Container */
            .container {
              padding: 0px;
              background-color:red;

            }
            
            /* Panel */
            .panel {
              padding: 0px;
              margin: 0% 0; /* top and bottom margin */
              background-color: yellow;
              border-left: 0px solid #ccc;
            }
            
            /* Red variation */
            .panel-red {
              width: 50%;
              max-width: 720px; /* added px unit */
              height: 90px;
              background-color: blue;
              color: white;
              border-left-color: transparent;
              margin: 0px auto; /* centers horizontally */
            }

        /* End Ad Styles */
        
        
/* ===== TAB STYLES ===== */
.tab {
  overflow: hidden;
  background-color: transparent;
  margin-bottom: 10px;
}

.tab button {
  background-color: #242427;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 16px;
  color: white;
  margin-right: 4px;
}

.tab button:hover {
  background-color: #39393a;
}

.tab button.active {
  background-color: #ccc;
  color: black;
}

.tabcontent-main,
.tabcontent-inner {
  display: none;
  padding: 10px;
}        
        

        

/* End Global styles for HTML and body */

/*Start Achievements*/
    
    /*Start Image Achievements*/
    
.MSWeightImage {
    color: white;
    border: 1px solid #36363a;
    padding: 0px 0px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    font-size: 16px;
}
    
.MSWeaponImage {
    color: white;
    border: 1px solid #36363a;
    padding: 0px 0px;
    cursor: pointer;
    height: 58px;
    width: 108px;
    font-size: 16px;
}

.MSAugmentImage {
    color: white;
    border: 1px solid #36363a;
    padding: 0px 0px;
    cursor: pointer;
    height: 60px;
    width: 60px;
    font-size: 16px;
}
    
.AchievementImage {
    background-color: #242427; /* Replace 'your-color-here' with your desired color */
    color: white;
    border: 1px solid #36363a;
    padding: 0px 0px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    font-size: 16px;
}



.AchievementImagebuttons {
    background-color: #242427; /* Replace 'your-color-here' with your desired color */
    color: white;
    border: 1px solid #36363a;
    padding: 5px 5px;
    cursor: pointer;
    height: 100%;
    width: 100%;
    font-size: 16px;
}


.AchievementImagebuttonsText {
    display: inline-block;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 0px;
    margin-bottom: 0px;
    
}

.AchievementImagebuttonsIcons {
    height: 100px;
    width: 100px;
    margin-left: 0px;

}

    /*End Image Achievements*/

/* Start Achievement Styles */

        /* Start */
        
            .AchievementLogo {
                height: 75px;
                width: 60%;
            }
            
            .GameLogo {
                height: 200px;
                width: 500px;
            }
            
            .GameLogoAC {
                height: 100px;
                width: 500px;
            }
            
            .tables {
                width: 100%;
                overflow-x: auto;
            }

table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

            th, td { border: 1px solid #ccc; font-size: 12px; padding: 3px; text-align: left; word-break: break-word; }
            
            th { background-color: #27272a; }
            td { font-size: 12px; }
            tr.completed { background-color: green; border: 2px solid green; opacity: 0.7; }
            .controls { margin-bottom: 10px; }
            
            #searchInput {
                width: 100%;           /* Adjust width */
                padding: 5px 9px;         /* Add internal spacing */
                font-size: 12px;        /* Change text size */
                border: 1px solid #ccc; /* Add border */
                border-radius: 0px;     /* Rounded corners */
                box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); /* Optional shadow */
                margin-bottom: 0px;    /* Spacing from below */
            }   
        
            .header-flex {
                display: flex;
                font-size: 12px;
                justify-content: space-between;
                align-items: center;
                gap: 5px;
                white-space: nowrap;
                width: 100%;
            }
            
            .small-arrows {
                font-size: 10px;
                opacity: 0.7;
            }
            
            
            select {
                width: 100%;              /* Set desired width */
                padding: 4px 8px;         /* Add internal spacing */
                font-size: 10px;           /* Control text size */
                border: 1px solid #ccc;    /* Add border */
                border-radius: 5px;        /* Rounded corners */
                background-color: #fff;    /* Set background */
                color: #333;               /* Text color */
                margin-right: 0px;        /* Spacing between elements */
                box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); /* Optional shadow */
            }
            
                
            .progress-container {
                position: relative;
                width: 100%;
                max-width: 500px;
                height: 20px;
                background-color: #e9ecef;
                border-radius: 1px;
                overflow: hidden;
                margin: 0 auto 0px auto;
                box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
                text-align: left; /* Ensure alignment starts from the left */
            }
            
            .progress-bar {
                height: 100%;
                background-color: #28a745;
                width: 0%;
                transition: width 0.4s ease-in-out;
                border-radius: 1px 0 0 1px;
                transform: none; /* Ensure no unwanted centering */
                margin-left: 0;   /* Reset any centering margins */
            }
            
            
               .progress-text {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                font-size: 12px;
                text-align: center;
                color: black;
                display: flex;
                align-items: center;
                justify-content: center;
                pointer-events: none;
                font-weight: bold;
            }
            
            .small-arrows {
                font-size: 10px;
                vertical-align: middle;
                opacity: 0.7;
            }
            
            .AchIcons {
                width: 15px;
                height: 15px;
            }
            
                #resetButton {
                background-color: #242427; /* Replace 'your-color-here' with your desired color */
                color: white;
                border: 1px solid #36363a;
                padding: 5px 5px;
                cursor: pointer;
                height: 50px;
                width: 100%;
                font-size: 14px;
            
                }
                #resetButton:hover { background-color: #c82333; }
                
        /* End */
        
            /*Start Title Achievements*/
    
.AchievementTitlebuttons {
    background-color: #242427; /* Replace 'your-color-here' with your desired color */
    color: white;
    border: 1px solid #36363a;
    padding: 5px 5px;
    cursor: pointer;
    height: 100%;
    width: 100%;
    font-size: 16px;
}


.AchievementTitlebuttonsText {
    display: inline-block;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 0px;
    margin-bottom: 0px;
    
}

.AchievementTitlebuttonsIcons {
    height: 100px;
    width: 100px;
    margin-left: 0px;

}
    
    /*End Title Achievements*/
    
    /*Start Title Achievements*/
    
.AchievementScorebuttons {
    background-color: #242427; /* Replace 'your-color-here' with your desired color */
    color: white;
    border: 1px solid #36363a;
    padding: 5px 5px;
    cursor: pointer;
    height: 100%;
    width: 100%;
    font-size: 16px;
}


.AchievementScorebuttonsText {
    display: inline-block;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 0px;
    margin-bottom: 0px;
    
}

.AchievementScorebuttonsIcons {
    height: 100px;
    width: 100px;
    margin-left: 0px;

}
    
    /*End Title Achievements*/
    
        /*Start Title Achievements*/
    
.AchievementDesbuttons {
    background-color: #242427; /* Replace 'your-color-here' with your desired color */
    color: white;
    border: 1px solid #36363a;
    padding: 5px 5px;
    cursor: pointer;
    height: 100%;
    width: 100%;
    font-size: 12px;
}


.AchievementDesbuttonsText {
    display: inline-block;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 0px;
    margin-bottom: 0px;
    
}

.AchievementDesbuttonsIcons {
    height: 100px;
    width: 100px;
    margin-left: 0px;

}
    
/*End Title Achievements*/
    
    
/* End Achievement Styles */

/* Start Homepage Links Styles */

        /* START Featured Games */
        
                .FeaturedGame1 {
                    background-image: url('https://gamenav.co.uk/images/logo/arcraidersfeatured1.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                
                .FeaturedGame2 {
                    background-image: url('https://gamenav.co.uk/images/logo/fortnitefeatured1.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                
                .FeaturedGame3 {
                    background-image: url('https://gamenav.co.uk/images/logo/warzonefeatured1.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                
                .FeaturedGame4 {
                    background-image: url('https://gamenav.co.uk/images/logo/battlefieldfeatured1.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                
        /* END Featured Games */
        
    /* START Arc Raiders Games */
    
    .RarilyCommon {
    background-color: #585858;
    }
    .RarilyUnCommon {
        background-color: #00af50;
    }
    .RarilyRare {
        background-color: #2d7fd1;
    }
    .RarilyEpic {
        background-color: #891961;
    }
    .RarilyLegend {
        background-color: #ad8200;
    }

        /* START Arc Dam Battleground */
        
                .ArcDamBattlegrounds {
                    background-image: url('https://gamenav.co.uk/games/arcraiders/images/logo/ArcDamBattlegrounds.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 0px 0px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
        /* END Arc Dam Battleground */
        /* START Arc Buried City */
        
                .ArcBuriedCity {
                    background-image: url('https://gamenav.co.uk/games/arcraiders/images/logo/ArcBuriedCity.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 0px 0px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
        /* END Arc Buried City */
        /* START Space Port */
        
                .ArcSpacePort {
                    background-image: url('https://gamenav.co.uk/games/arcraiders/images/logo/ArcSpacePort.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 0px 0px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
        /* END Arc Space Port */
        /* START Blue Gate */
        
                .ArcBlueGate {
                    background-image: url('https://gamenav.co.uk/games/arcraiders/images/logo/ArcBlueGate.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 0px 0px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
        /* END Arc Blue Gate */
        /* START Stella Montis */
        
                .ArcStellaMontis {
                    background-image: url('https://gamenav.co.uk/games/arcraiders/images/logo/ArcStellaMontis.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 0px 0px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
        /* END Arc Stella Montis */

    /* START Assassins Creed Games */

        /* START Assassins Creed */
        
                .Assassinscreed {
                    background-image: url('https://gamenav.co.uk/games/ac1/images/logo/assassinscreedlogo.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
        /* END Assassins Creed */
        
        /* START Assassins Creed 2 */
        
                .Assassinscreed2 {
                    background-image: url('https://gamenav.co.uk/games/ac2/images/logo/assassinscreed2logo.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
        /* END Assassins Creed 2 */
        
        /* START Assassins Creed 3 */
        
                .Assassinscreed3 {
                    background-image: url('https://gamenav.co.uk/games/ac3/images/logo/assassinscreed3logo.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
        /* END Assassins Creed 3 */
        
        /* START Assassins Creed Brotherhood */
        
                .Assassinscreedbrotherhood {
                    background-image: url('https://gamenav.co.uk/games/acbrotherhood/images/logo/assassinscreedbrotherhoodlogo.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
        /* END Assassins Creed Brotherhood */
        
        
        /* START Assassins Creed Black Flag */
        
                .Assassinscreedblackflag {
                    background-image: url('https://gamenav.co.uk/games/assassinscreedblackflag/images/logo/assassinscreedblackflaglogo.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
        /* END Assassins Creed Black Flag */
        
        /* START Assassins Creed Rogue */
        
                .Assassinscreedrogue {
                    background-image: url('https://gamenav.co.uk/games/assassinscreedrogue/images/logo/assassinscreedrogue.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
        /* END Assassins Creed Rogue */
        
        /* START Assassins Creed Unity */
        
                .Assassinscreedunity {
                    background-image: url('https://gamenav.co.uk/games/assassinscreedunity/images/logo/assassinscreedunity.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
        /* END Assassins Creed Unity */
        
        /* START Assassins Creed Syndicate */
        
                .Assassinscreedsyndicate {
                    background-image: url('https://gamenav.co.uk/games/assassinscreedsyndicate/images/logo/assassinscreedsyndicate.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
        /* END Assassins Creed Syndicate */
        
        /* START Assassins Creed Origins */
        
                .Assassinscreedorigins {
                    background-image: url('https://gamenav.co.uk/games/assassinscreedorigins/images/logo/assassinscreedorigins.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
        /* END Assassins Creed Origins */
        
        /* START Assassins Creed Odyssey */
        
                .Assassinscreedodyssey {
                    background-image: url('https://gamenav.co.uk/games/assassinscreedodyssey/images/logo/assassinscreedodyssey.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
        /* END Assassins Creed Odyssey */
        
        /* START Assassins Creed Valhalla */
        
                .Assassinscreedvalhalla {
                    background-image: url('https://gamenav.co.uk/games/assassinscreedvalhalla/images/logo/assassinscreedvalhalla.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                
                .Assassinscreedvalhallaasgard {
                    background-image: url('https://gamenav.co.uk/games/assassinscreedvalhalla/images/logo/ACVAsgard.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                
                .Assassinscreedvalhallanorway {
                    background-image: url('https://gamenav.co.uk/games/assassinscreedvalhalla/images/logo/ACVNorway.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                
                .Assassinscreedvalhallaengland {
                    background-image: url('https://gamenav.co.uk/games/assassinscreedvalhalla/images/logo/ACVEngland.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                
                .Assassinscreedvalhallavinland {
                    background-image: url('https://gamenav.co.uk/games/assassinscreedvalhalla/images/logo/ACVVinland.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                
                .Assassinscreedvalhallariverraids {
                    background-image: url('https://gamenav.co.uk/games/assassinscreedvalhalla/images/logo/ACVRiverRaids.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                .Assassinscreedvalhallafranica {
                    background-image: url('https://gamenav.co.uk/games/assassinscreedvalhalla/images/logo/ACVFranica.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                .Assassinscreedvalhallaireland {
                    background-image: url('https://gamenav.co.uk/games/assassinscreedvalhalla/images/logo/ACVIreland.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                .Assassinscreedvalhallaisleofskye {
                    background-image: url('https://gamenav.co.uk/games/assassinscreedvalhalla/images/logo/ACVIsleofskye.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                .Assassinscreedvalhallajotunheim {
                    background-image: url('https://gamenav.co.uk/games/assassinscreedvalhalla/images/logo/ACVJotunheim.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                .Assassinscreedvalhallasvartalfheim {
                    background-image: url('https://gamenav.co.uk/games/assassinscreedvalhalla/images/logo/ACVSvartalfheim.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
        /* END Assassins Creed Valhalla */
        
        /* START Assassins Creed Mirage */
        
                .Assassinscreedmirage {
                    background-image: url('https://gamenav.co.uk/games/assassinscreedmirage/images/logo/assassinscreedmirage.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
        /* END Assassins Creed Mirage */
        
        
        
    /* END Assassins Creed Games */

    /* START GTA Games */
        
        /* START GTAV */
        
                .GTAV {
                    background-image: url('https://gamenav.co.uk/games/gtav/images/logo/GTAV.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
        /* END GTAV */
        
    /* END GTA Games */

    /* START Fallout Games */
        
        /* START Fallout 3 */
        
                .fallout3 {
                    background-image: url('https://gamenav.co.uk/games/fallout3/images/logo/fallout3.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
        /* END Fallout 3 */
        
    /* END Fallout Games */

    /* Start Red Dead Games */  
        /* START Red Dead Redemtion 1 */
        
                .RDR1 {
                    background-image: url('https://gamenav.co.uk/games/RedDeadRedemption/images/logo/RDR1Logo.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                
                
        /* END Red Dead Redemtion 1 */
        
        /* START Red Dead Redemtion 2 */
        
                .RDR2 {
                    background-image: url('https://gamenav.co.uk/games/reddeadredemption2/images/logo/RDR2Logo.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                
                
        /* END Red Dead Redemtion 2 */
        
    /* End Red Dead Games */ 
    
    /* START Schedule */
        
                .Schedule {
                    background-image: url('https://gamenav.co.uk/games/schedule/images/logo/Schedule1.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                
                
        /* END Schedule */

        /* START Zelda Echoes of Wisdom */
        
                .zeldaechoesofwisdom {
                    background-image: url('https://gamenav.co.uk/games/zeldaechoesofwisdom/images/logo/ZeldaEchoesofWisdomLogo.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                
                
        /* END Zelda Echoes of Wisdom */

        /* START Southpark The Stick of Truth */
        
                .southparkthestickoftruth {
                    background-image: url('https://gamenav.co.uk/games/southparkthestickoftruth/images/logo/Southparkthestickoftruthlogo.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                
                
        /* END Southpark The Stick of Truth */
        
        /* START Disney Dreamlight Valley */
        
                .disneydreamlightvalley {
                    background-image: url('https://gamenav.co.uk/games/disneydreamlightvalley/images/logo/Disneydreamlightvalleylogo.webp'); /* Replace 'your-image-url.jpg' with the URL of your image */
                    background-color: #242427; /* Replace 'your-color-here' with your desired color */
                    color: white;
                    border: 1px solid #36363a;
                    padding: 1px 1px;
                    text-align: center;
                    cursor: pointer;
                    height: 200px;
                    width: 100%;
                    font-size: 16px;
                }
                
                
        /* END Disney Dreamlight Valley */
        
/* End Homepage Links Styles */
}