body {
font-size : 16px;
font-family: "Mate", serif;
color : #ffffff;
background-image : url(images/head.jpg), url(images/bg2.jpg), url(images/bg1.jpg), url(images/bg.jpg);
background-repeat : no-repeat, repeat-y, repeat-x,repeat;
background-position : top right;
line-height : 30px;
font-weight : normal;
letter-spacing : 2px;
text-align : justify;
margin-bottom : 10px;
}
::-webkit-scrollbar {
height : 20px;
width : 30px;
}
::-webkit-scrollbar-corner {
background-color : #000000;
}
::-webkit-scrollbar-track-piece {
background-color : #000000;
}
::-webkit-scrollbar-thumb {
width : 20px;
height : 3px;
background-color : #ffffff;
border : #000000 solid 14px;
}
.content {
width : 800px;
margin-left : auto;
margin-top : 440px;
margin-right : 200px;
padding : 30px;
background-color:#000000;
opacity:0.9;border-radius : 40px;
}
h1 {
color : #D6695F;
font-family: "Playwrite CU", cursive;
font-size:26px;
}
#nav {
	position:relative;
width:50%;
	right:0px;
	bottom:20px;
        padding-left:10px;
        padding-right:10px;
        padding-top:20px;
        padding-bottom:10px;
        float: right;
        text-align:center;  -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;   
}

#nav A:link { 
        text-decoration: none; 
        color:#6791AF; 
        line-height:73px;
font-family : "Nova Mono", monospace;
        font-weight: 700;
        text-transform: uppercase; font-size:13px;
        padding-left:30px;
        padding-right:30px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;opacity:0.6;
border-radius: 30px;}

#nav A:visited { 
        text-decoration: none; 
        color:#6791AF;
        line-height:73px;
font-family : "Nova Mono", monospace;
        font-weight: 700;
        text-transform: uppercase; font-size:11px;
        padding-left:30px;
        padding-right:30px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;opacity:0.6;
border-radius: 30px;font-size: 17px;}

#nav A:active { 
        text-decoration: none; 
        color:#6791AF; 
        line-height:73px;
font-family : "Nova Mono", monospace;
        font-weight: 700;
        text-transform: uppercase; font-size:13px;
        padding-left:30px;
        padding-right:30px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;opacity:0.6;
border-radius: 30px;}

#nav A:hover { 
         text-decoration: none; 
        color:#000000; background-color:#6791AF;
        line-height:73px;
font-family : "Nova Mono", monospace;
        font-weight: 700;
        text-transform: uppercase; font-size:13px;
        padding-left:30px;
        padding-right:30px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;opacity:0.6;
border-radius: 30px;}


a:link {
color : #6791AF;
text-decoration : none;
font-size : 14px;
letter-spacing : 1px;
font-size : 16px;
font-family: "Mate", serif;
font-weight : 500;
}
a:visited {
color : #6791AF;
text-decoration : none;
font-size : 16px;
letter-spacing : 1px;
font-family: "Mate", serif;
font-weight : 500;
}
a:hover {
transition : 0.9s ease-out;
color : #000000;
font-size : 16px;
letter-spacing : 1px;
font-family: "Mate", serif;
font-weight : 500;
}
a:active {
color : #59BBB0;
text-decoration : none;
font-size : 16px;
letter-spacing : 1px;
font-family: "Mate", serif;
font-weight : 500;
}
b {
color : #59BBB0;
font-size : 16px;
letter-spacing : 1px;
font-family: "Mate", serif;
font-weight : 500;
}
i {
color : #5B87C8;
font-size : 16px;
letter-spacing : 1px;
font-family: "Mate", serif;
font-weight : 500;
}
blockquote {
padding : 15px;
text-align : justify;
color : #ffffff;
font-style : italic;
border-radius : 40px;
opacity : 0.8;
border-right: 3px solid #5B87C8;
border-left: 3px solid #C73427;
}
@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');
}