.f10{
	line-height:1;
	font-size:1.0em;
	color:white;
	font-weight:bold;
	-webkit-text-stroke:10px teal;
	paint-order:stroke;
	text-align:center;
	background-color:rgb(0 0 0 / 0.5);
	border-radius:20px;
	padding:20px;
}

.f12{
	line-height:1;
	font-size:1.2em;
	color:white;
	font-weight:bold;
	-webkit-text-stroke:10px teal;
	paint-order:stroke;
	text-align:center;
	background-color:rgb(0 0 0 / 0.5);
	border-radius:10px;
	padding:10px;
}

.f14{
	line-height:1;
	font-size:1.4em;
	color:white;
	font-weight:bold;
	-webkit-text-stroke:10px teal;
	paint-order:stroke;
	text-align:center;
	background-color:rgb(0 0 0 / 0.5);
	border-radius:20px;
	padding:20px;
}

.f16{
	line-height:1;
	font-size:1.6em;
	color:white;
	font-weight:bold;
	-webkit-text-stroke:10px teal;
	paint-order:stroke;
	text-align:center;
	background-color:rgb(0 0 0 / 0.5);
	border-radius:20px;
	padding:20px;
}

.ox{
	line-height:1;
	color:white;
	font-weight:bold;
	font-size:4.0em;
	-webkit-text-stroke:10px teal;
	paint-order:stroke;
	background-color:rgb(0 0 0 / 0.5);
	border-radius:20px;
	padding:20px;
}