

#GamesHeading {
    margin: var(--Content-margin);
    font-family: 'silkscreen' ;
    font-size: var(--font-sizeBIG);
    color: var(--background-secondary-color)
}


#THEBEST {
    height: calc(var(--Content-height) / 2);
    overflow-y: auto;
    scrollbar-width: auto;

    display: flex;
    flex-direction: column;
    
    align-items: center;
    justify-content: space-between;
}

#BESTCon {
    width: 600px;
}

#NicheORsmall {
    height: calc(var(--Content-height) / 2);
    overflow-y: auto;
    scrollbar-width: auto;

    display: flex;
    flex-direction: column;
    
    align-items: center;
    justify-content: space-between;
}


#NicheCon {
    width: 600px;
}


.CollapseBtn{
    height: 300px ;
    width: 600px;
    border-radius: var(--Content-radius) ;

    margin: 0px;
    border: none;
}

.CollapseBtn:hover {
    Transform: scale(1.03); 
} 

.content {
    display: none;
    overflow: hidden;

    
    width: 580px;
    background-color: var(--background-color);


    border: var(--Content-border) var(--secondary-color);

    padding: var(--Content-padding);
    margin-bottom:calc(var(--Content-margin) * 2) ;
}




#NaritaBoy {
    background: url("/Images/Games/NaritaBoy.jpg");

    background-size: cover;
    background-position: center;
    
    background-repeat: no-repeat;
}

#HyperDemon {
    background: url("/Images/Games/HyperDemon.jpg");

    background-size: cover;
    background-position: center;
    
    background-repeat: no-repeat;

    
}

#Witchfire {
    background: url("/Images/Games/witchfire.jpg");

    background-size: cover;
    background-position: center;
    
    background-repeat: no-repeat;

    
}

#MiniMetro {
    background: url("/Images/Games/miniMetro.jpg");
    
    background-size: cover;
    background-position: center;
    
    background-repeat: no-repeat;

    
}

#Gambonanza {
    background: url("/Images/Games/Gambonanza.jpg");
}



#Terraria {
    background: url("/Images/Games/Terraria.jpg");

    background-size: cover;
    background-position: center;
    
    background-repeat: no-repeat;

}

#RDR2 {
    background: url("/Images/Games/RDR2.jpg");

    background-size: cover;
    background-position: center;
    
    background-repeat: no-repeat;
}

#BaldursGate {
    background: url("/Images/Games/BaldursGate3.avif");

    background-size: cover;
    background-position: center;
    
    background-repeat: no-repeat;
}

#Cyberpunk {
    background: url("/Images/Games/Cyberpunk2077.png");

    background-size: cover;
    background-position: center;
    
    background-repeat: no-repeat;
}

#EldenRing {
    background: url("/Images/Games/EldenRing.png");

    background-size: cover;
    background-position: center;
    
    background-repeat: no-repeat;
}