@font-face {
    font-family: 'Kids Magazine';
    src: url('./KidsMagazine.woff2') format('woff2'),
        url('./KidsMagazine.woff') format('woff'),
        url('./KidsMagazine.ttf') format('truetype'),
        url('./KidsMagazine.svg#KidsMagazine') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html{
	overflow: hidden;
}

.number{
	font-family: 'Kids Magazine';
    font-weight: normal;
    font-style: normal;
}

.strokeme {
	text-shadow: -1px -1px 10px #000, 1px -1px 10px #000, -1px 1px 10px #000, 1px 1px 10px #000;
  }