html {
	overflow-x: none;
}
body {
	margin: 0;
	padding: 0;
	background-color: #010020;
	width: 100%;
}

div.img-area {
	display: flex;
	position: relative;
	align-content: center;
	margin: 0;
	width: 100%;
	height: 100%;
}

.main-image {
	display: block;
	width: 55%;
	height: auto;
	margin: 0 auto;
	box-shadow: 0 0 20px #4e26ffe8;
}

.leonova-email {
	position: absolute;

	left: 50%;
	top: 58%;
	transform: translate(-54%, -50%);

	width: 24%;
	height: 3%;

	background-color: lime;
	opacity: 0;
	z-index: 1000;
}
