@font-face {
	font-family: BZByzantina;
	src: url(fonts/BZByzantina.TTF);
}
@font-face {
	font-family: BZIson;
	src: url(fonts/BZIson.TTF);
}
@font-face {
	font-family: GFSDidot;
	src: url(fonts/GFSDidot.otf);
	font-weight: normal;
	font-style: normal;
}

#container {
	display: flex;
	flex-direction: column;
	background-color: white;
}
.bz-paragraph {
	display: flex;
	padding: 2px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}
.bz-box {
	/* border: solid thin; */
	/* margin: 2px; */
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bz-symbol>* {
	display: inline;
	font-size: 24px;
}
.bz-text {
	font-family: GFSDidot;
	font-size: 18px;
	margin: 0 2px;
}

.bz-byzantina {
	font-family: BZByzantina;
}
.bz-ison {
	font-family: BZIson;
}

.bz-red {
	color: red;
}
.bz-blue {
	color: blue;
}
