body {	color: white;	background-color: darkblue;	margin-left: 60px;}

.clear {
	clear: both;
}.titlepos {	margin-left: -60px;}.title {	font-family: sans-serif;	font-weight: bold;	font-size: 600%;	color: #c8c8c8;}


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