.iqos_iluma {
	/*margin: 150px 0;*/
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 30px;
	/*background-color: #039cdf;*/
	padding: 20px;
	/*
	background: url(/src/images/plank_cropped.png);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5), 
		inset 0 0 5px 5px rgba(0,0,0,0.2);
		*/
	background: url(/src/images/plank_cropped.png);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5), 
		inset 0 0 5px 5px rgba(0,0,0,0.2);
	
	text-shadow: 0 0 2px rgba(0,0,0,0.7);
}
.iqos_iluma h2 {
	margin: auto;
	font-size: 4rem;
	color: #fff;
}
@media only screen and (max-width: 800px) {
	.iqos_iluma h2 {
		font-size: 3rem;
	}
}
@media only screen and (max-width: 550px) {
	.iqos_iluma h2 {
		font-size: 2rem;
	}
}
.iqos_iluma a {
	margin: auto auto 10px;
	font-weight: bold;
	font-size: 1.5rem;
	background-color: #039cdf;
	/*background-color: #000;*/
	color: #fff;
	padding: 5px 7px;
	transition: transform 0.15s ease, box-shadow 0.2s ease;
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.iqos_iluma a:hover {
	transform: scale(1.1);
	box-shadow: 0 10px 15px rgba(0,0,0,0.5);
}