html,body{
margin: 0px;
padding: 0px;
height:100%;
background-image:url('https://vulturequills.neocities.org/Assets/black.png');
background-color:#000000;
font-family: 'Titillium Web', sans-serif;
font-size: 13px;
color:#fff;
text-align:justify;
letter-spacing:1px;
text-shadow: 2px 2px red;
overflow:hidden;
}

#hoverboard {animation-timing-function: ease-in-out;}
#hoverboard {
  overflow:scroll;
  padding:15px;
  height:120px;
  width:283px;
  left:185px;
  text-align:center;
  font-size:14px;
  background-image:url(/Assets/dialogue.png);
  animation-name: hoverboard;
  position:fixed;
  animation-duration: 2s;
    animation-iteration-count: infinite;
    
}

@keyframes hoverboard {
  
  0%   {top:500px;}
  50% {top:505px;}
  100% {top:500px;}
}

/* Outermost box that keeps everything else within it so it remains centered */
#box1{
position:relative;
Right:80px;
width:1100px;
border:1px solid white;
height:800px;
margin:10px auto;
padding:8px;
background-color:rgba(0,0,0,0.4);
}



/* Primary section */
#box2{
position:relative;
overflow:scroll;
top:0px;
left:70px;
width:480px;
height:250px;
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:fixed;
bottom:90px;
right:390px;
width:1020px;
min-height:1%;
margin-right:4px;
padding:8px;
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.7);
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-shadow: 2px 2px blue;
color:white;
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:#0080FE;
text-shadow: 2px 2px black;
}

/* visited link */
a:visited {
  color: blue;
    text-shadow: 2px 2px black;
  
  #default #footer {
    position:fixed;
    right:0;
    top:1000;
    margin:0;
    width:75%;
    
} 
