.mainBlock {
	height:100%;
	background:lightblue;
	#background: rgb(255,255,255);
	#background: linear-gradient(100deg, rgba(255,255,255,1) 15%, rgba(67,86,182,1) 31%, rgba(63,83,242,1) 47%, rgba(76,95,191,1) 66%, rgba(255,255,255,1) 85%);    
	background-repeat:no-repeat;
	background-attachment: fixed;

}

.ingressi {
	font-family: 'Sofia';
	font-size:150%;
	color:#18;
	text-align:center;
	margin-top:20px;
}


.leipa {
	font-family: 'Aubrey';
	font-size:150%;
	line-height:105%;
}

.airam_kandela {
	background-color:MediumSlateBlue;
	border-radius:10px;
	margin:0px 10px;
	opacity: 0.9;
}