body {
	background-color: white;
	color: black;
}

img {
	max-width: 100%;
}

#joz {
	max-width: 300px;
}

.center {
	text-align: center;
}

.middle {
	display: flex;
	justify-content: center;
}

.grid {
	display: inline-grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.item {
}

