body {
	background-color: #2C2C2C;
	font-family: "Arial";
}

h1, h2 {
	color: #5F8FBA;
}

p {
	color: white;
	font-size: 12pt;
}

a {
	color: #F78D60;
}

.horizontal {
	display: flex;
	align-items: center;
	justify-content: center;
}

.horizontal div + div {
	margin-left: 10px;
}

.ficgrid {
	display: flex;
	gap: 20px;
	flex-flow: row wrap;
	justify-content: center;
	flex-grow: 1;
	width: 60%;
	margin: auto;
}

.ficbox {
	padding: 5px 10px 5px 10px;
	outline: white;
	outline-width: 5px;
	outline-style: solid;
	max-width: 30%;
	min-width: 25%;
}

.ficbox h1 {
	text-align: center;
	font-size: 20px;
}

.ficbox a {
	font-size: 16px;
	color: black;
}

.readbutton {
	border-radius: 5px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	background-color: #5F8FBA;
	padding: 7px;
	text-decoration: none;
}

.ao3marker {
	font-size: 20px;
	color: white;
	max-width: fit-content;
	padding: 2px;
}

.ao3explicit {
	background-color: red;
}

.ao3mature {
	background-color: orangered;
}

.ao3ff {
	background-color: red;
}
