/**
Theme Name: Tigratika
**/

body {
	padding: 0;
	margin: 0;
	position: relative;
	height: 100vh;
	overflow: hidden;
	background: #07090a;
}

img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100vh;
	padding: 0;
	margin: 0;
}