html {
	width: 100vw;
	height: 100vh;
	background: linear-gradient(#2a2a2a, #171717);
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}


img:hover {
	width: 6rem;

}

img {
	width: 5rem;
	transition: 0.25s width;
}