/* reset */
body {
	margin:0;
	padding:0;
}

body {
	background-size: cover;
	background: url("InkwrightWedding (269).jpg") no-repeat center center;
	min-height: 100vh;
	min-width: 335px;
}

@media screen and (min-height: 610px) and (min-width: 335px) {
	body {
		align-items: center;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 100vh;
		justify-items: center;
	}
}

main {
	background: url(Backgroundground.png) no-repeat top center;
	background-size: cover;
	box-sizing: border-box;
	height: 610px;
	padding-top: 145px;
	width: 335px;
}

nav {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

nav img {
	display: block;
	height: 60px;
	margin: 0 auto;
}
