* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background-color: #1c091c;
}

div.a {
	color: #fff;
	font-family: sans-serif;
	position: fixed;
	transform: translate(-50%, -50%); 
}
img#oba {
	width: auto;
	height: 80%;
	z-index: 1000;
	transform: translate(-50%, 0%); 
	position: fixed;
	bottom: 0%;
	left: 44%;
}
