
/*
           sage:A0A083
battleship gray:798478
      alabaster:F3EDE2
			     bone:EDE4D4
    paynes gray:4D6A6D
		outer space:444B44
			 gunmetal:272D2D
			 honeydew:EDFFEC
      UPS brown:150f00
*/

body {
	background-color:#272D2D;
	color:#EDFFEC;
	font-family:"Courier New";
	padding:1cm;
	min-height:100vh; /* 100% of Viewport Height */
}

A {text-decoration:underline}
A:link {color:#FFB000}
A:visited {color:#808080}
.rambling {
font-size:smaller;
}


aside {
		position:75%;
		width: 30%; /* Adjust width as needed */
		padding: 15px;
		margin-left: 20px; /* Space between main content and sidebar */
		float: right; /* Floats the aside to the right */
		border: 1px solid #ccc; /* Example border */
}

body.prose {
	margin-left: 25%;
	width: 50%;
}


figure {
	margin-top:50px;
}

figcaption {
	margin-top:50px;
}


footer {
/*	margin-top:50vh;*/
	font-size:smaller;
	vertical-align: bottom;
	text-align: center;
}
