@charset "utf-8";
/* CSS Document */
@font-face{ 
	font-family:number3;
	src:url(LCD.ttf);
}

.number {
	font-size: 40px;
    color: #3062df;
    font-family: 'number3';
	font-weight: 600;
	line-height: 40px;
}