@charset "utf-8";
/* CSS Document */
	.box {
	width: 60px;
    color: #ff6565
	display: flex;
		justify-content: center;
		align-items: center;
		
	}
