.big {
	font-size: 2em;
}
.small {
	font-size: 1.5em;
}
.image {
	max-width: 50px;
}
.column {
	display: flex;
	flex-direction: column;
	gap: 10px;
}