html,body{
margin: 0px;
padding: 0px;
height:100%;
background-image:url('https://vulturequills.neocities.org/Assets/landing.png');
background-color:#000000;
text-shadow: 2px 2px red;
}

a:link {
color:blue;
text-shadow: 2px 2px red;
}

a:visited {
  color: blue;
    text-shadow: 2px 2px darkred;
}
#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;
} 