body
{
	background-color: #000000;
	color: #ffffff;
	text-align: center;
}

a
{
	color: white;
}

a:hover
{
	color: lightgreen;
}

p
{
	color: gold;
}

.categories, .games
{
	display: flex;
	align-items: center;
	justify-content: center;
}

.container
{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.container-desktops, .container-gits
{
	display: flex;
	flex-direction: column;
	width: 1400px;
}

.craps_link, .disc_connect_link, .dominoes_link
{
	padding-left: 10px;
	padding-right: 10px;
}

.desktops
{
	display: flex;
	justify-content: left;
}


.footer
{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;    
}

.game_link, .git_link, .gui_link, .web_link
{
	text-align: center;
	margin: 20px;
}

.graphic_cell
{
	display: flex;
	flex-direction: column;	
	width: 900px;
}

.text_cell
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 500px;
}