body {
font-size : 14px;
color : #9D9696;
background-image : url(images/head.jpg), url(images/bg.jpg);
background-repeat : no-repeat, repeat;
background-position : top left;
line-height : 30px;
font-weight : normal;
font-family : "Nova Mono", monospace;
letter-spacing : 2px;
text-align : justify;
margin-bottom : 10px;
}
::-webkit-scrollbar {height:20px; width: 30px;}
::-webkit-scrollbar-corner {background-color:#0F0F0F;}


::-webkit-scrollbar-track-piece {
    background-color: #0F0F0F;
}


::-webkit-scrollbar-thumb {
    width:20px; height:3px;
    background-color:#747474;
    border: 14px solid #0F0F0F;
}
#content {
width : 800px;
margin-right : auto;
margin-top : 60px;
margin-left : 430px;
padding-right : 30px;opacity:0.6;
}
h1 {
color : #9A6132;
font-family : "Salsa", cursive;
text-align : left;
font-size : 26px;
}
#nav a:link, #nav a:visited, #nav a:active {
color : #9A6132;
letter-spacing : 4px;
font-family : "Nova Mono", monospace;
background : #141414;
line-height : 22px;
padding :20px;
display : inline-block;
text-align : center;
text-transform : lowercase;
text-decoration : none;
border-radius : 10% 20% 10% 30%;
margin-top : 30px;
font-size : 16px;opacity:0.5;
}
#nav a:hover {
background : #141414;color : #BEAA86;
}
#footer {
clear : both;
text-align : center;
}
a:link {
color : #7D939B;
text-decoration : none;
font-size : 17px;
letter-spacing : 1px;
font-family : "Nova Mono", monospace;
font-weight : 500;
}
a:visited {
color : #7D939B;
text-decoration : none;
font-size : 17px;
letter-spacing : 1px;
font-family : "Nova Mono", monospace;
font-weight : 500;
}
a:hover {
transition : 0.9s ease-out;
color : #828282;
cursor : pointer;
font-size : 17px;
letter-spacing : 1px;
font-family : "Nova Mono", monospace;
font-weight : 500;
}
b {
color : #AC8131;
font-family : "Salsa", cursive;
font-size : 17px;
}
i {
color : #AC8131;
font-family : "Salsa", cursive;
font-size : 17px;
}
blockquote {
background-color : #0B0C0D;
padding : 15px;
text-align : justify;
color : #ABABAB;
font-style : italic;
border-radius : 40px;
opacity : 0.8;
}
@font-face {
font-family : 'Nova Mono';
font-style : normal;
font-weight : 400;
font-display : swap;
src : url(https://fonts.gstatic.com/s/novamono/v20/Cn-0JtiGWQ5Ajb--MRKfYA.ttf) format('truetype');
}
@font-face {
font-family : 'Salsa';
font-style : normal;
font-weight : 400;
font-display : swap;
src : url(https://fonts.gstatic.com/s/salsa/v21/gNMKW3FiRpKj-imY.ttf) format('truetype');