body {
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
	background-color: ivory;
	background-image: url("/assets/img/2P-logo.png");
	background-position: center center;
	background-size: 260px;
	background-repeat: no-repeat;
}
