@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	background-color: #000000;
}

.div-block {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

img {
	height: 400px;
	width: 100%;
}