section {
	background-image: url(../imagenes/tarantino%202.jpg);
	border-radius: 70px 70px;
	width: 600px; height: 450px;
	border: solid 4px black;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center; 
	background-size: contain;
}

h1 {
	
	color: aliceblue;

	text-shadow: 10px 15px 20px black;
	
	text-align: center;
	
	line-height: 20px;
	
	padding-top: 280px;
}

body {
	background-color: black;
	
}
