::selection {color: #8d5701; background: #d4bd85;}
*{box-sizing: border-box;}

body{
	image-rendering: pixelated;
	background-image: url('https://sodalika.neocities.org/assets/leaves.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: right;
	background-size: default;
	background-color: #f2f0ba;
	font-family: monospace;
	font-size: 14px;
	color: #040100;
}

p {margin: 0px;}
a {color: #040100; text-decoration: underline dotted;}
a:hover {color: #8d5701; text-decoration: underline dotted; cursor: help;}
h2{font-size: 18px;}
hr{border: transparent; border-bottom: 1px dotted #040100;}
img{image-rendering: pixelated;}

nav{
	background: #f2f0ba;
	width: 200px;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	border-top: 3px double #040100;
	border-right: 3px double #040100;
	border-top-right-radius: 3px;
	box-shadow: 2px 0px 0px 0px #bfba53;
}

nav .main{
	text-align: center;
	text-decoration: underline;
	background: #F2F0BA;
	background: linear-gradient(0deg,rgba(242, 240, 186, 1) 0%, rgba(189, 184, 111, 1) 13%, rgba(157, 152, 67, 1) 25%, rgba(150, 144, 57, 1) 34%, rgba(182, 177, 97, 1) 42%, rgba(177, 172, 74, 1) 61%, rgba(183, 178, 78, 1) 86%, rgba(184, 175, 84, 1) 100%);
	padding: 8px;
	border-bottom: 1px dotted #040100;
	font-style: italic;
}

nav ul{
	margin: 0px;
	padding-left: 0px;
    list-style: none;
}

nav li::before {
  content: '➥ ';
}

nav li{
	padding: 5px;
	margin: 0px;
	border-bottom: 1px dotted #040100;
}

nav li:hover{background-color: #E0DDA0;}

nav img{display: inline-block;}
nav a{text-decoration: none;}

header{
	min-height: 100px;
	background: #F2F0BA;
	background: linear-gradient(0deg,rgba(242, 240, 186, 1) 0%, rgba(189, 184, 111, 1) 13%, rgba(157, 152, 67, 1) 25%, rgba(150, 144, 57, 1) 34%, rgba(182, 177, 97, 1) 42%, rgba(177, 172, 74, 1) 61%, rgba(183, 178, 78, 1) 86%, rgba(184, 175, 84, 1) 100%);
	border-bottom: 1px dotted #040100;
	padding: 10px;
	text-align: center;
}

pre{
	color: #f2f0ba;
	text-shadow: -1px -1px 0 #040100, 1px -1px 0 #040100, -1px 1px 0 #040100, 1px 1px 0 #040100;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

footer{text-align: center; padding: 8px;}

.container{
	width: 900px;
	margin: 15px;
	margin-left: 230px;
	background: #f2f0ba;
	border: 3px double #040100;
	border-radius: 3px;
	box-shadow: 0px 0px 0px 2px #bfba53;
	
}

.text{
	padding: 8px;
	display: inline;
	overflow: hidden;
	clear: both;
	display: flow-root;
}


