html{
	font-weight: 900;
	font-size: 10px;
	color: black;
}

body{
	margin: 50px;
}

.item{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid black;
	font-size: 35px;
	background-color: lightblue;
	font-family: monospace;
}
p{
	font-family: monospace;
}
img{
	width: 200px;
	height: auto;
}
