html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } body { background-color: #2A2A2E; color: #9C9CA6; margin: 0; padding: 0; font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", Helvetica, Arial, sans-serif; font-display: auto; font-size: 1rem; line-height: 1.54; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -webkit-overflow-scrolling: touch; -webkit-text-size-adjust: 100%; display: flex; min-height: 100vh; flex-direction: column; } .content { width: 100vw; height: 100vh; display: flex; align-items: center; justify-content: center; } .links { display: flex; align-items: center; justify-content: center; } main { display: block; text-align: center; } h1 { margin-top: 0; font-size: 2.5rem; font-weight: 700; } a { width: 24px; height: auto; margin: 0 1rem; color: #9C9CA6; display: block; transition: all 200ms ease-in; } a:hover { color: #D9D9E6; } svg { max-width: 100%; height: auto; }
