*
{
padding: 0px;
margin: 0px;
font-family: monospace;
color:#fff;
}

header
{
	height: 100vh;
	background-image: url('oblib_background.jpg');
	display: flex;
	flex-direction: column;
	align-items: center;
	background-size: cover;
	justify-content: center;
	margin-bottom: 0px;
}
.main
{
	width: 90%;
	max-width: 100%;
	margin: 10px 5% 0 5%;
	font-size: 1.4em;
	line-height: 1.4em;
	/*padding: 15px;*/
	background-color: #000;
	height: 100vh;
}

.main p
{
	padding: 10px;
}