html {
    background: linear-gradient(to bottom, black, green);
    min-height:100vh
}

body {
    padding-left:30px; 
    padding-right:30px;
	margin: 0 auto;
	font-family: comic sans ms, sans-serif;
	font-size: 21px;
	color: #b8edb8;
    max-width:1400px;
    
}

.container {
	background: #1c311e;
    max-width: 1200px;
    margin: 0 auto;
    margin-left:200px
}

.description {
	border-radius: 30px;
	margin: 6px;
	padding: 12px 30px;
	background: #1c311e;
}

.description .header {
    font-size:1.2em;
    margin-bottom: 12px;
    border-bottom: 1px solid #618061
}

#content {
    padding:12px;
	background-image: url(https://antimoany.neocities.org/tree_files/leaf_dark.png);
}

.header p {
    margin: 6px 0px
}

.paxid {
    float: left
}

.bedwen {
    float: right
}


a {
    color:#c8aff2;
    text-decoration:none;
    text-shadow: 1px 1px 6px green, -1px -1px 6px green;
    margin-bottom:3px
}

a:hover,
a:hover p{
    box-shadow: 0 6px 6px -6px magenta
}

.sidebar {
    float: left;
    position: sticky;
    top: 30px;
    max-width: 200px;
    box-sizing: border-box;
    border-radius: 30px;
	margin: 6px;
	padding: 12px;
	border: 1px solid #618061;
	background: #1c311e;
}

p:nth-of-type(even) {
    color: #d3edda
}

.update:nth-of-type(2n) {
	background: #002000;
	margin-left: -1em;
	margin-right: -1em;
	padding: 0px 1em;
}

.updeets {
	border-bottom: 1px dotted #618061;
}

.updeets .updeets {
	margin-left: 1em;
}

.updeets p:first-of-type {
	margin-left: 0px;
}

.updeets p {
	margin-left: 1em;
}