<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar
{
	background: #131313;
    max-width: 800px;
    margin: 0 auto;

}

#navbarNav a
{
	color: white;
}

a.nav-link {
    text-transform: uppercase;
    font-size: medium;
    margin-top: 4px;
}

a.nav-link:hover {
    background: #272727;
    border-radius: 3px;
}

/*#navbarNav a:hover
{
	text-shadow: 1px 1px 3px #b2b2b2
}*/

body
{
    font-family: 'Roboto Condensed', sans-serif;
	background: #131313;
    font-size: x-large;
}

h1
{
    font-size: xx-large;
    font-weight: bold;
    /*text-shadow: 4px 4px #000000;*/
    text-transform: uppercase;
    background: rgb(0 0 0 / 18%);
    border-radius: 8px;
    padding: 8px;
}

.carousel
{
    background: #212529;
    border-top: 2px solid #414141;
}

.carousel-item img
{
	height: 40vw;
	border: 2px solid #414141;
    border-radius: 5px;
    margin: 8px;
}

.carousel-caption
{
	background: #000000e0;
}

.carousel-caption p
{
	color: #969696 !important;
}

div#games
{
    width: 100%;
    text-align: center;
	background: #1d1d1d;
	padding: 20px 0px;
}

#games_inner 
{
    max-width: 1024px;
    margin: auto;
}

.game_blocks 
{
    display: inline-block;
	width: 208px;
	height: 167px;
    margin: 8px;

}

#about
{
	width: 100%;
	text-align: center;
	background: #212529;
}

#community
{
	width: 100%;
	text-align: center;
	background: #272b30;
}

#contact
{
	width: 100%;
	text-align: center;
	background: #343a40;
}

#about &gt; div, #contact &gt; div, #community &gt; div
{
    max-width: 1024px;
    margin: 0 auto;
	padding: 20px;
}

.profile 
{
    display: inline-block;
    padding: 16px;
    text-align: center;
}

.profile img 
{
    border-radius: 5px;
}

.profile a
{
    color: white;
	text-decoration: none;
}
</pre></body></html>