
body{
background-color: #9A829D;
background-attachment: fixed;
background-repeat: repeat;
color: #23262e;
font-family: 'Newsreader', serif;
background-image:url(https://github.com/wallace-aph/tiles-and-such/blob/master/Anime/tilelain2.gif?raw=true);
}

#all{
width: 460px;
margin: 0 auto;
}

img{
opacity: 0.9;
}

#header{
width: 460px;
margin: 15px 0px 7px 0px;
}

h1{
font-family: 'Newsreader', serif;
text-align: center;
font-size: 45px;
font-weight: normal;
color: #fff;
margin: 0px;
}

#nav{
background-color: #000000;
width: 460px;
margin-bottom: 10px;
font-family: 'Newsreader' serif;
}

ul{
text-align: left;
padding: 0px;
margin: 0px;
}

li{
list-style-type: none;
display: inline;
padding-left: 5px;
}

a{
text-decoration: none;
color: #FAF4DE;
}

a:visited{
color: #D1C8A7;
}

a:hover{
font-style: italic;
font-weight: bold;
}

a:active{
font-style: italic;
font-weight: bold;
}

#main{
background-color: #000000;
color:#FAF4DE;
width: 430px;
padding: 15px;
text-align: justify;
 font-family: 'Literata', serif;
}

::-webkit-scrollbar{
width: 6px; 
}
    
::-webkit-scrollbar-track{
background-color: #D1C8A7;
}

::-webkit-scrollbar-thumb{
background-color: #D1C8A7;
}
