/*I borrowed a lot of this sheet from https://distantskies.neocities.org/, really great layout there!*/
/*Favicon was generated using this tileset - https://ansimuz.itch.io/magic-cliffs-environment*/
/*And the colours here I nabbed from UD itself, some from the CSS file and some using a the colour dropper because I'm just an old hack.*/


.titular{
	font-variant: small-caps;
	font-size: 50px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	text-shadow: #404040 2px 2px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.column {

  padding: 10px;
}

.left {
  width: 70%;
  border-width: 1px;
  background-color: #556655;
  margin: 10px auto;
  border-radius: 10px 10px;
  border-style: solid;
  float: left;
}

.right {
  width: 25%;
  border-width: 1px;
  background-color: #556655;
  margin: 10px auto;
  border-radius: 10px 10px;
  border-style: solid;
  text-align: center;
  float: right;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}


a:link {
    color:#C97255;
}
a:visited {
    color:#BF9990;
}

html {
	 overflow-y: scroll;
}


body {
	background-color:#232;
	color:#bcb; 
	font-family:'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
  width: 960px;
  margin: 8px auto;
  line-height: 1.6;
}

header {    
  width: 960px;
  height: 150px;
  background-color: #445544;
  border-radius: 10px 10px;
  border-style: solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
    clear: both;
    padding-top: 10px;
    text-align: center;
}

article {
    background-color: #556655;
    margin: 10px auto;
}



h1 {
  background-color: #445544;
	font-variant: small-caps;
	font-size: 28px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	text-shadow: #404040 2px 2px;
}

h2 {
  background-color: #445544;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	text-shadow: #404040 2px 2px;
}



