html,
body {
	margin: 0px;
}

main {
	display: flex;
	width: 100%;
	height: 100vh;
	background-color: rgb(0,0,0);
	background-image: url('002.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}