body {
	margin: 0;
	background-color: #382072;
	background-color: #000000;
}

h1 {
	font-family: "Poppins", sans-serif;
	text-align: center;
	margin: 2rem;
	font-weight: 200;
	color: #fbae34;
	/* text-shadow: #000000 0 0 10px; */
}

.wrapper {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	border: solid 2px #ffffff;
	box-shadow: inset 2px 0px 10px 0px #ffb13280, inset 0 0px 2px 1px #ff8d00;
}

.wrapper img {
	max-width: 100%;
	max-height: 50vh;
	z-index: -1;
	padding: 0 1rem;
	box-sizing: border-box;
}
