body {
	color: white;
	background-image: url("/images/background.png")
}
.box {
	border-bottom: 5px outset cornflowerblue;
	background-color: lightblue;
	color: black;
	text-align: center;
}

.centeredbox {
	font-size: 125%;
	border: 3px solid cornflowerblue;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	overflow-x: clip;
}

.topbox {
	width: 100%;
	font-size: 100%;
	border-bottom: 3px solid cornflowerblue;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.content {
	width: 99%;
	height: auto;
	padding: 1%;
	position: relative;
	overflow-wrap: break-word;
	text-align: start;
}

.content img {
	margin: 0 auto;
	display: block;
	max-width: 90%;
}

.content h1 {
	text-align: center;
}

.content-centered {
	width: 99%;
	padding: 1%;
	height: auto;
	position: relative;
	overflow-wrap: break-word;
}

.content-centered img {
	margin: 0 auto;
	display: block;
	max-width: 90%;
}


code {
	color: aqua;
	background-color: #2f2f2f;
}

a:link {color: dodgerblue}
a:visited {color: dodgerblue}
a:hover {color: dodgerblue}
a:active {color: dodgerblue}
