*
{
	margin: 0; padding: 0;
}

body
{
  background: #1e1f21;
}
.container
{
	width: 800px;
	height: 533px;
	background: #1e1f21;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}