@font-face
{
	font-family:'Gulax-Regular';
	src: url(/Gulax-Regular.otf); format('otf');
}

body,html
{
  	margin:0 auto;
	color:#f2f2f2;
	font-family:"MS-Gothic","sans-sherif";
	font-size:20px;
	cursor:url(https://windigo.neocities.org/images/cursor.webp),auto;
	background:url('https://windigo.neocities.org/images/backgrounds/download.webp');
	background-repeat:repeat;
	background-position:center;
	background-attachment:scroll;
	padding:inherit;
	height:auto;
	text-shadow:-1px 0 5px #0b7c34,0 1px 5px #1A7D0B,1px 0 5px #0b7c34,0 -1px 5px #0b7c34
}
  
#main
{
	background-image:url(https://windigo.neocities.org/images/backgrounds/background3.webp);
	background-repeat:repeat;
	background-position:center;
	background-size:cover;
	border:5px solid #fff;
	width:700px;
	height:730px;
	overflow:hidden;
	background-color:#000;
	margin:10px;
	border:10px double #12ce41
}

b
{
	font-family:'Gulax-Regular';
	font-size:23px
}

.b
{
	width:28px;
	height:41px;
	padding:10px 20px 10px 10px;
	overflow:auto;
	text-align:justify
}


h1
{
	text-align:center;
	font:35px georgia;
	letter-spacing:-2px;
	font-weight:700;
	color:#00fc3e;
	text-decoration:none;
	margin:auto;
	padding:inherit;
	text-transform:uppercase;
	text-shadow:2px 2px #002bff
}

  
span,p
{
	font-family:'Gulax-Regular'
}

table
{
	background-color:transparent
}

table img,table a img
{
	display:none
}


a,a:link,a:active,a:visited
{
	font-weight:400;
	text-decoration:none;
	color:#fae;
}

a:hover
{
	text-decoration:underline
}

.dash
{
	padding-left:100px;
	padding-right:100px;
	border:0 none;
	border-top:1px dashed #46DE00;
	background:none;
	height:0;
	margin:20px
}


li
{
	list-style:circle
}

.nav
{
	margin-bottom:-6px
}

.nav a,.nav a:link,.nav a:active,.nav a:visited
{
	display:inline;
	padding:5px;
	background-image:url(https://windigo.neocities.org/images/backgrounds/background2.webp);
	background-position:center;
	background-size:cover;
	color:#fae;
	font:17px 'Gulax-Regular';
	letter-spacing:1px;
	text-transform:lowercase;
	font-style:italic;
	text-decoration:none;
	border:3px solid #46DE00
}

.nav a:hover
{
	background-color:#02ff41;
	color:#000;
	text-decoration:none
}

i
{
	color:#fff;
	font-family:georgia;
	letter-spacing:1px
}

::-webkit-scrollbar
{
	width:10px
}



@media only screen and (max-width: 1000px) {
	b,a,span,p
	{
		font-size:26px
	}
}

@media only screen and (max-width: 690px) {
	b,a,span,p
	{
		font-size:28px
	}
}

@media only screen and (max-width: 420px) {
	b,a,span,p
	{
		font-size:33px
	}
}

