body{
	background: url(images/blush-home-bg.png);
	max-height: 100vh;
	width: auto;
	background-size: cover;
}

.container {
	height: 100vh;
	max-width: 1440px;
	display: grid;
	margin: 0 auto;
}

.container a {
	align-self: center;
	margin: 0 auto;
}