body { color: #ddd; background-color: #222; font-family: 'Lato', sans-serif; user-select: none; height: 100vh; margin: 0; padding: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; } div#time { font-size: 8em; font-weight: 100; line-height: 1em; } div#date { color: #777; font-size: 1.6em; font-weight: 300; line-height: 1em; margin-top: 1rem; margin-bottom: 1.2rem; }