@font-face
{
	font-family: custom_font_regular;
	src: url(resources/fonts/PTSans-Regular.ttf);
}

@font-face
{
	font-family: custom_font_bold;
	src: url(resources/fonts/PTSans-Bold.ttf);
}

.body-background-vertical-01
{
	background-image: url(resources/interface/background-animated-stars.gif);
	background-size: auto 20%;
	background-attachment: fixed;
}

.body-background-space
{
	background-image: url(resources/interface/background-animated-stars.gif);
	background-size: auto 20%;
	background-attachment: fixed;
}

.container
{
	width: 800px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: auto;
	margin-top: 50px;
	font-family: custom_font_regular;
	font-size: 20px;
	outline: 5px;
	outline-style: solid;
	outline-color: #dfdfdf;
	text-align: center;
	color: #dfdfdf;
	background: #060E25;
}

.home-stats-container
{
	width: 600px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: auto;
	margin-top: 50px;
	font-family: custom_font_bold;
	font-size: 24px;
	outline: 5px;
	outline-style: solid;
	outline-color: #dfdfdf;
	text-align: center;
	color: #dfdfdf;
	background: #060E25;
}

.links
{
	width: 800px;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 12px;
	margin: auto;
	margin-top: 50px;
	font-family: custom_font_bold;
	font-size: 24px;
	outline: 5px;
	outline-style: solid;
	outline-color: #dfdfdf;
	text-align: center;
	color: #dfdfdf;
	background: #060E25;
}

.webring-grid 
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 0.5em;
	margin: 0 0.5em;
}

.webring-container 
{
	text-align: center;
}

.webring-container img 
{
	width: 240px;
	height: 60px;
	margin: 0 auto;
}

.boards-grid
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 0.5em;
	margin: 2em 0.5em;
}

.boards-container img 
{
	width: 64px;
	height: 64px;
	margin: auto auto;
}

.catgirl-counter-grid
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	margin: 1em 0.5em;
}

.catgirl-counter
{
	width: 64px;
	height: 164px;
	margin: auto auto;
}

a
{
	margin: 5px;
}

a:link 
{
	color: #dfdfdf;
}

a:visited 
{
	color: green;
}

a:hover 
{
	color: hotpink;
}

a:active 
{
	color: blue;
}

::-webkit-scrollbar 
{
	display: none;
}

:root 
{
	scrollbar-width: none;
}

hr.dashed
{ 
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
}
