body{
	background-image: url(../img/dennys.png);
	background-size: contain;
}

figure{
	height: 60vh;
	width: 40vw;
	margin-top: 200px;	
	margin-left: 420px;
}

img{
	height: 75px;
	width: 100px;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1200px){
	svg{
		height: fill;
		transform: scale(1.7);
	}

	body{
		background-size: url(../img/popcorn.png);

	}
}

@media screen and (max-width: 600px){
	svg{
		height: fill;
		width: 190%;
		position: center;
}
	body{
		background-size: url(../img/tree.png);

	}

