body {
	min-height: max(100vh, 600px);
}

div#background {
	transform: none;
}



.title.home {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	text-wrap: nowrap;
	margin-top: 0;
}

.title.home p {
	font-size: 20px;
	text-align: center;
}