body {
	width:100%;
	background:#eee;
	margin:0;
}
* {
	position:relative;
}

html {
    scroll-behavior: smooth;
	scrollbar-color: #FFAA00 #eee;
}

.mainContent {
	max-width:800px;
	margin:0 auto;
	padding:0 20px 0 20px;
	text-align:center;
    /* border: 1px solid yellow; */
}

.thankyou {
	width:100%;
	aspect-ratio: 7/2.8;
/* 	outline:1px solid blue; */
	display:flex;
	align-items:end;
	overflow:hidden;
}

#thankyou-text {
	position:absolute;
	top:0;
	width:100%;
}


.monsters {
	/* outline:1px solid green; */
	width:100%;
	position:relative;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:center;
}

.monsters img {
	width:15%;
}