@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');

@font-face {
  font-family: UnquietSpirit;
  src: url(fonts/UnquietSpirit.otf);
}

a {
	color:  #FFFAEF;
}

a:hover {
	color:  #FFD943;
}

body {
	background: #000000;
	background-attachment: fixed;
	background-image: url("i/star-bkg.webp");
	margin: 2vh;
}

h1 {
	color: #FFD943;
	font-family: 'UnquietSpirit', fantasy;
	font-size: 4vh;
	font-weight: normal;
	margin-top: 7px;
	margin-bottom: 7px;
}

img {
	margin-bottom: -4px;
}

p {
	font-family: 'Roboto Mono', sans-serif;
	color: #FFFAEF;
	font-size: 1.1em;
	margin-top: 1.5vh;
	margin-bottom: 1.5vh;
}

table.body {
	background: #000000;
	padding: 0px;
	border: 3px solid #FFD943;
	border-bottom: 7px solid #FFD943;
	border-right: 7px solid #FFD943;
	table-layout: fixed;
	border-spacing: 0;
	max-width: 67vh;
	border-collapse: collapse;
}

tr {
	margin: 0;
	padding: 0;
	border: 3px solid #FFD943;
}

tr.button {
	background-color: #000000;
}

tr.button:hover {
	background-color: #FFD943;
}

tr.button p {
	color:  #FFD943;
}

tr.button:hover p {
	color:  #000000;
}

td {
	margin: 0;
	padding: 0px;
}

td[align="left"] {
	padding-left: 1.5vw;
	padding-right: 1.5vw;
	min-height: 1px;
	height: 0;
}

td[align="right"] {
	padding-left: 1.5vw;
	padding-right: 1.5vw;
	min-height: 1px;
	height: 0;
}

ul {
	list-style-type: "✶ ";
	list-style-position: inside;
	margin-block-start: 0;
    margin-block-end: 0;
	padding: 0;
	font-family: 'Roboto Mono', sans-serif;
	font-size: 1.1em;
	color: #FFFAEF;
}

li::marker {
	color: #FFD943;
	font-size: 1.4em;
}
