	
	.box {
		float:left; 
		font-size:45px;
		color:#000;
		font-family: 'Georgia', Serif;
		border-top-left-radius: 7px 7px;
		border-top-right-radius: 7px 7px
		background-color: #fff;
		width: 100px;
		padding-bottom: 10px;
		text-align:center;
		margin: 20px;
		box-shadow: 0px 0px 10px rgb(0 0 0 / 0.2);
	}

	.boxtext {
		font-size:16px;
		color:#ff8c00;
		font-family: 'Georgia', Serif;
		border-bottom-right-radius: 5px 5px
		background-color: #fff;
		width: 100px;
		padding-bottom: 0px;
		text-align:center;
		box-shadow: 0px 0px 10px rgb(0 0 0 / 0.2);
	}