body{
	background-image:url(/32945-jpg_ae86f244-0885-4389-9b40-99d2c54d689b.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	height:100vh;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#000000aa;
	background-blend-mode:overlay;
	width:100%;
}

.contain{
	color:white;
	text-align:center;
	width:100%;
}

.contain a{
	color:#E6C576;
}

.contain img{
	object-fit:contain;
	max-height:130px;
}