body, html {
	padding: 0; margin: 0;
	height: 100vh;
	margin: 0;
/*	cursor: url("cursor.png"),auto;*/
	background-color: black;
}
.this-is-the-only-thing-you-see	{
	background-image: url("ff.png");

/*  position: absolute;*/
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}
.this-is-the-only-thing-you-see	img {
	width:300px;
}
.wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
}
.content {
  margin: auto;
  align-content: center;
  overflow: hidden;
}