html,body{
margin: 0px;
padding: 0px;
height:100%;
background-image:url('https://vulturequills.neocities.org/Assets/black.png');
background-color:#2d3a80;




@font-face {
  font-family: 'opendyslexic';
	src: url('http://dyslexicfonts.com/fonts/OpenDyslexic-Regular.otf');
	font-style: normal;
	font-weight: normal;
} 

@font-face {
	font-family: 'opendyslexic';
	src: url('http://dyslexicfonts.com/fonts/OpenDyslexic-Italic.ttf');
	font-style: italic;
	font-weight: normal;
}

@font-face {
	font-family: 'opendyslexic';
	src: url('http://dyslexicfonts.com/fonts/OpenDyslexic-Bold.ttf');
	font-weight: bold;
	font-style: normal;
} 

@font-face {
	font-family: 'opendyslexic';
	src: url('http://dyslexicfonts.com/fonts/OpenDyslexic-BoldItalic.ttf');
	font-weight: bold;
	font-style: italic;
} 

@font-face {
	font-family: eulexia;
	src: url('http://dyslexicfonts.com/fonts/eulexia.ttf');
} 


font-size: 15px;
color:#fff;
text-align:justify;
letter-spacing:1px;
  text-shadow:
  0 0 1em blue,
  0 0 0.2em blue;
}

/* Outermost box that keeps everything else within it so it remains centered */
#box1{
position:relative;
width:735px;
border:0px solid black;
min-height:1%;
margin:10px auto;
padding:8px;
}

#header{
height:325px;
width:724px;
background-image:url('https://vulturequills.neocities.org/Assets/fenrirsunheader.png');
border:5px solid #000000;
}

/* Primary section */
#box2{
position:absolute;
top:420px;
width:491px;
min-height:60%;
border:3px solid black;
margin-right:4px;
padding:8px;
background-color:rgba(0,0,0,0.4);
margin-bottom:4px;
} 

/* Sidebar */
#box3{
position:absolute;
top:420px;
left:518px;
width:200px;
min-height:100%;
border:3px solid black;
padding:8px;
background-color:rgba(0,0,0,0.4);
margin-bottom:4px;
text-align:left;
}

/* Footer */
#box4{
position:absolute;
top:1000px;
width:710px;
min-height:2%;
border:3px solid black;
margin-right:4px;
padding:8px;
background-color:rgba(0,0,0,0.4);
margin-bottom:4px;
} 

/* Single Section */
#box5{
position:absolute;
top:60px;
width:714px;
min-height:10%;
border:3px solid black;
margin-right:4px;
padding:8px;
background-color:rgba(0,0,0,0.4);
margin-bottom:4px;
} 


#index{
position:fixed;
top:500px;
left:250px;
width:714px;
min-height:10%;
border:3px solid blue;
margin-right:4px;
padding:8px;
background-color:rgba(0,0,0,1);
margin-bottom:4px;
} 

h1{
text-align:center;
font-size:14px;
line-height:30px;
font-family:times;
display:block;
border-bottom:1px solid red;
letter-spacing:2px;
margin: -2px 0px 0px -4px;
background:url('https://vulturequills.neocities.org/Assets/corged.png');
}

a{
color:#fff;
background:rgb(0,0,0,0.0);
text-decoration:none;
font-style:italic;
}

a:hover{
background:rgb(35,0,5,0.9);
}


/* unvisited link */
a:link {
  color: red;
}

/* visited link */
a:visited {
  color: darkred;
  
  #default #footer {
    position:fixed;
    right:0;
    top:1000;
    margin:0;
    width:75%;
    
} 

