body {
	background: #000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

div {
	display: block;
    width: 250px;
}

img {
	width: 100%;
    height: 100%;
}