@font-face { font-family: Novem; src: url(Novem.ttf); } html, body { width: 100vw; height: 100vh; overflow: hidden; padding: 0; color: white; background-color: black; font-family: Novem; display: flex; } div.display { display: block; width: 100px; height: 100px; margin: auto; text-align: center; font-size: 100px; transform: scale(1); transition: transform 500ms; }