body{
	font-family: 'Cinzel', serif;
	background-color: #EFE8C9;
		justify-content: center;
		height: 100%;
		display: flex;
	}

	div {
		
		margin-top: 5%;
		display: flex;
	}



	.N {
	
		background-image:url(flower.png);
		background-position-x: -25%;
		font-size: 20em;
	}

	.A {	
		background-image:url(bird.png);
		font-size: 10em;
		background-position-x: 50%;
		background-position-y: 50%;
	
		background-repeat: no-repeat;
	}

	.TU {
	
		background-image:url(bird.png);
	
		background-position-x: 60%;
		background-position-y: 80%;
		padding-top: 20%;
		font-size: 7em;
		background-repeat: no-repeat;
	}
	
	
	.RE {
		background-image:url(bird.png);

		padding-top: 5%;
		font-size: 6em;
		background-position-x: 30%;
		background-position-y: 60%;
		background-repeat: no-repeat;
	}
	
	
	.ZA {
		background-image:url(flower.png);
		background-position-x: 110%;
		background-position-y: 10%;
		padding-top: 10%;
		font-size: 10em;
		

	}

	.img {
		margin: auto;
}
	