.container{
	background-image: url('Novacera Calacatta Brillante.jpg');
	height: 100vh;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
*{
	margin: 0;
	padding: 0;
}