* { margin: 0; padding: 0; } html { font-family: 'Inter', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif; text-transform: uppercase; } #main-container { display: flex; flex-direction: column; justify-content: center; box-sizing: border-box; height: 95vh; padding: 1em; } .timeLabel { font-size: 40px; /* text-shadow: rgb(0, 0, 0) 2px 2px 2px; */ color: white; } #line1 { text-align: center; } #line2 { text-align: right; }