body {
font-size : 14px;
color : #D6D6D6;
background-image : url(images/halloween.jpg), url(images/halloween-bg1.jpg),url(images/halloween-bg.jpg);
background-repeat : no-repeat, repeat-y, 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;
}
.content {
width : 56%;
margin-right : auto;
margin-top : 710px;
margin-left : 200px;
padding-left : 20px;
}
h1 {
color : #657D82;
  font-family: "Ruslan Display", system-ui;
font-size:36px;opacity:0.2;
}
#navigation {

	position:relative;

        width:80%;

	left:0px;

	top:40px;

  font-family: "Ruslan Display", system-ui;

        font-weight: 500;

        line-height:60px;

        padding-top:4px;

        padding-bottom:6px;

        padding-left:0px;

        overflow:hidden;

        text-align:center;opacity:0.3;

}



#navigation A:link { 

        text-decoration: none; 

        color:#657D82;

	font-size: 22px;border-radius: 1000%;
        width: 40px;
        height: 40px; 
        letter-spacing:1px;
  font-family: "Ruslan Display", system-ui;
        font-weight: 300;

        padding-top:10px;

        padding-bottom:10px;

        padding-left:7px;

        padding-right:7px;

        -webkit-transition: opacity 0.5s linear;

        -webkit-transition: all 0.5s ease-out; 

        -moz-transition: all 0.5s ease-out;

        transition: all 0.5s ease-out;

}



#navigation A:visited { 

        text-decoration: none; 
        color:#657D82;border-radius: 1000%;
        width: 40px;
        height: 40px;

	font-size: 22px;

        letter-spacing:1px;
  font-family: "Ruslan Display", system-ui;
        font-weight: 500;

        padding-top:10px;

        padding-bottom:10px;

        padding-left:7px;

        padding-right:7px;

        -webkit-transition: opacity 0.5s linear;

        -webkit-transition: all 0.5s ease-out; 

        -moz-transition: all 0.5s ease-out;

        transition: all 0.5s ease-out;

}



#navigation A:active { border-radius: 1000%;
        width: 40px;b
        height: 40px; 

        text-decoration: none; 

        color:#657D82;

	font-size: 22px;

        letter-spacing:1px;
  font-family: "Ruslan Display", system-ui;
        font-weight: 500;

        padding-top:10px;

        padding-bottom:10px;

        padding-left:7px;

        padding-right:7px;

        -webkit-transition: opacity 0.5s linear;

        -webkit-transition: all 0.5s ease-out; 

        -moz-transition: all 0.5s ease-out;

        transition: all 0.5s ease-out;

}



#navigation A:hover { 

        text-decoration: none; 
        color:#81A6AD;border-radius: 1000%;
        width: 40px;
        height: 40px; background-color:#31575E;

	font-size: 22px;

        letter-spacing:1px;
  font-family: "Ruslan Display", system-ui;

        font-weight: 500;

        padding-top:10px;

        padding-bottom:10px;

        padding-left:7px;

        padding-right:7px;

        -webkit-transition: opacity 0.5s linear;

        -webkit-transition: all 0.5s ease-out; 

        -moz-transition: all 0.5s ease-out;

        transition: all 0.5s ease-out;

        opacity:0.7;

}

a:link {
color : #81A6AD;
text-decoration : none;
font-size : 14px;
letter-spacing : 1px;
font-family : "Nova Mono", monospace;
font-weight : 500;
}
a:visited {
color : #81A6AD;
text-decoration : none;
font-size : 14px;
letter-spacing : 1px;
font-family : "Nova Mono", monospace;
font-weight : 500;
}
a:hover {
transition : 0.9s ease-out;
color : #48646E;
cursor : pointer;
font-size : 14px;
letter-spacing : 1px;
font-family : "Nova Mono", monospace;
font-weight : 500;
}
a:active {
color : #81A6AD;
text-decoration : none;
font-size : 14px;
letter-spacing : 1px;
font-family : "Nova Mono", monospace;
font-weight : 500;
}
b {
color : #48646E;
font-family : "Salsa", cursive;
font-size : 14px;
}
i {
color : #48646E;
font-family : "Salsa", cursive;
font-size : 14px;
}
blockquote {
background-color : #1A1A1A;
padding : 15px;
text-align : justify;
color : #D6D6D6;
font-style : italic;
border-radius : 40px;
opacity : 0.3;
}
@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');
}