body {
	font-family: Sans-Serif;
}

.unimportant {
	font-style: italic;
	color: gray;
}

h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

legend {
	/* background-color: lightgoldenrodyellow; */
	font-size: large;
	font-weight: bold;
}

a {
	color: darkcyan;
}

a.crossed {
	color: crimson;
	cursor: not-allowed;
	text-decoration: line-through;
}

.quote {
	background-color: #0000001a;
	font-style: italic;
	margin: 5px 2px;
	padding: 5px;
	padding-left: 20px;
	border-left: 2px solid black;
}

@font-face {
	font-family: Digital;
	src: url('Digital-7.ttf');
}

.digital {
	font-family: Digital, monospace;
}

.hidden {
	display: none;
}

legend h3 {
	margin: 0;
}

fieldset.opinion {
	margin: 8px 2px;
	border: 1px solid black;
	transition: border-color 500ms;
}

fieldset.opinion legend {
	padding: 8px;
	color: white;
	background-color: black;
	border: 1px solid transparent;
	transition: color 500ms, background-color 500ms, border-color 500ms;
}

fieldset.opinion:hover legend {
	color: black;
	background-color: #ffff1e;
	border-color: black;
}

fieldset > p:first-child, fieldset:has(> legend) > p:nth-child(2) {
	margin-top: 4px;
}

fieldset > p:last-child {
	margin-bottom: 4px;
}

#footer-svg {
	width: 100px;
	height: 100px;
	position: fixed;
	bottom: 0;
	right: 0;
}

#footer-text {
	padding-top: 70px;
	padding-right: 70px;
	text-align: right;
	display: block;
}
