body {
font-size : 20px;
color : #ffffff;
background-image : url(images/christmas.jpg), url(images/christmas_bg.jpg);
background-repeat : no-repeat, repeat;
background-position : top right;
line-height : 30px;
font-weight : normal;
font-family: "Josefin Slab", serif;
letter-spacing : 2px;
text-align : justify;
margin-bottom : 10px;
}

#footer {
background-image : url(images/christmas_foot.jpg);
background-repeat : no-repeat;
background-position : bottom right;
height:690px;margin-bottom : -20px;
margin-left :-8px;
}


::-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 : #C9942E;
border : #000000 solid 14px;
}
.content {
width : 900px;
margin-left : auto;
margin-top : 190px;
margin-right :280px;
padding-right : 30px;
}
h1 {
color : #C9942E;
font-family: "Playwrite CU", cursive;
font-size:26px;
}
#nav a:link, #nav a:visited, #nav a:active {
color : #C9942E;
letter-spacing : 4px;
font-family: "Josefin Slab", serif;
line-height : 7px;
padding :20px;
display : inline-block;
text-align : center;
text-transform : uppercase;
text-decoration : none;
margin-top : 10px;
font-size : 23px;background-color:#000000;opacity:0.8;
}
#nav a:hover {
color : #000000;background-color:#C9942E;opacity:0.8;}

a:link {
color : #C9942E;
text-decoration : none;
font-size : 20px;
letter-spacing : 1px;
font-family: "Josefin Slab", serif;
font-weight : 500;
}
a:visited {
color : #C9942E;
text-decoration : none;
font-size : 20px;
letter-spacing : 1px;
font-family: "Josefin Slab", serif;
font-weight : 500;
}
a:hover {
transition : 0.9s ease-out;
color : #ABEF49;
cursor : pointer;
font-size : 20px;
letter-spacing : 1px;
font-family: "Josefin Slab", serif;
font-weight : 500;
}
a:active {
color : #C9942E;
text-decoration : none;
font-size : 20px;
letter-spacing : 1px;
font-family: "Josefin Slab", serif;
font-weight : 500;
}
b {
color : #D9B76C;
font-family: "Josefin Slab", serif;
font-size : 20px;
}
i {
color : #D9B76C;
font-family: "Josefin Slab", serif;
font-size : 20px;
}
blockquote {
background-color : #000000; border:3px dashed #D9B76C;
padding : 15px;
text-align : justify;
color : #ffffff;
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');
}