body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
    color: #333;
}

header {
    background-color: #ff9900;
    color: white;
    padding: 20px;
    text-align: center;
}

.container {
    margin: 20px;
}

.filters {
    margin-bottom: 20px;
}

.filters label {
    margin-right: 10px;
}

.filters select {
    padding: 5px;
}

.game-item {
    display: flex;
    position: relative;
    background-color: white;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9; /* Light background color for contrast */
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    background-size: 250px 100px;  /* Adjust size of the background image */
    background-position: top right; /* Position the background image */
    background-repeat: no-repeat;   /* Ensure the image doesn't repeat */
}

.game-cover {
    width: 200px;
    height: auto;
    max-height: 450px;
    margin-right: 20px;
        display: block;
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
    
}

.game-info {
    max-width: 800px;
    position: relative;
    z-index: 1; /* Make sure text appears above background */
}

.game-info h3 {
    margin: 0;
    font-size: 24px;
    color: #ff9900;
}

.game-info p {
    font-size: 14px;
    color: #555;
}

.game-info span {
    display: block;
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}

.game-info a {
    text-decoration: none;
    color: #ff9900;
    margin-top: 10px;
    display: inline-block;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination button {
    background-color: #ff9900;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
}

.pagination button:disabled {
    background-color: #cccccc;
}

#pageInfo {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
    vertical-align: middle;
}

/* More Info button styles */
.more-info-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: orange;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.more-info-btn:link, .more-info-btn:visited {
    color: white;
}

.more-info-btn:hover {
    color: white; /* Keep text white on hover */
    transform: translateY(2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.more-info-btn:active {
    color: white;
    transform: translateY(4px);
}


/* Unique image styles */
.unique-icon {
    position: absolute;
    bottom: 10px;
    right: 2.5px;
    width: 50px;
    height: 50px;
     border-radius: 5px; 
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
}
