body {
    font: 18px "Tinos", serif;
	color: white;
	background-color: #6d12ab;
	margin: 15px;
    background-image: url('images/main/bg.png');
}

.content {
    padding-top: 15px;
	padding-right: 30px;
    padding-left: 30px;
	background-color: rgb(203,172,255);
	margin: auto;
	border-style: solid;
	border-color: rgb(163, 144, 199);
	max-width: 1000px;
	color: black;
}

.navbar {
    display: flex;
    justify-content: center;
}

.navbar > div {
    margin: 5px;
    padding-bottom: 5px;
}

.selection {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.selection > div {
    margin: 10px;
}

.buttonbin {
    display: flex;
    justify-content: center;
}

.buttonbin > div {
    margin: 5px;
}

img {
    max-width: 100%;
    max-height: fit-content;
}

img.ad {
    padding-top: 20px;
}

img.icon {
    padding-right: 4px;
}

a {
	color: #4228a6;
	text-decoration: underline;
}

a:link {
	color: #4228a6;
}

a:visited {
	color: #190a50;
}

a.tagline {
    color: white;
}

a.tagline:link {
    text-decoration: underline;
    color: white;
}

a.tagline:hover {
    text-decoration: underline;
    color: white;
}

h2 {
	font-family: "Roboto Mono";
	color: white;
	font-size: 1.8em;
	background-color: #121212;
    text-align: center;
}

p {
	letter-spacing: normal;
	line-height: 1.5;
}

p.title {
    margin: 0px;
    font-size: 16px;
}

p.update {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

p.disclaimer {
    font-size: smaller;
    text-align: center;
    font-style: italic;
}

ul {
    line-height: 24px;
}

sup {
    vertical-align: super;
    font-size: 12px;
}

figcaption {
	text-align: center;
	font-style: italic;
    font-size: 16px;
}