body{
background-color: #000000;
background-image: url("/floralpaper.jpg");
background-repeat: repeat;
background-size: 100%;
background-attachment: fixed;
color: #23262e;
font-family: 'Cormorant Garamond', serif;
}
 
#all{
width: 460px;
margin: 0 auto;
}
 
img{
opacity: 0.9;
}
 
#header{
width: 460px;
margin: 15px 0px 7px 0px;
}
 
h1{
font-family: 'Special Elite', serif;
text-align: center;
font-size: 45px;
font-weight: normal;
color: #ff0000;
margin: 0px;
}
 
#nav{
background-color: #fff;
width: 460px;
margin-bottom: 10px;
}
 
ul{
text-align: center;
padding: 0px;
margin: 0px;
}
 
li{
list-style-type: none;
display: inline;
padding-left: 5px;
}
 
a{
text-decoration: none;
color: #FF0000;
}
 
a:visited{
color: #FF0000;
}
 
a:hover{
font-style: italic;
font-weight: bold;
}
 
a:active{
font-style: italic;
font-weight: bold;
}
 
#main{
background-color: #fff;
width: 430px;
padding: 15px;
text-align: justify;
}
 
::-webkit-scrollbar{
width: 6px; 
}
 
::-webkit-scrollbar-track{
background-color: 1a1c16#;
}
 
::-webkit-scrollbar-thumb{
background-color: #43473c;
}
 
#credit{
font-size: 12px;
position: fixed;
bottom: 0;
right: 0;
}
 
#credit a{
text-decoration: none;
color: #fff;
}
 
#credit a:visited{
color: #fff;
}
 
#credit a:hover{
font-style: italic;
font-weight: bold;
}
 
#credit a:active{
font-style: italic;
font-weight: bold;
}