* { box-sizing: border-box; margin: 0; padding: 0; } body { align-items: center; background: radial-gradient(#1d1c1d, #100f10); color: #f5f5f5; display: flex; font-family: Arial, Helvetica, sans-serif; justify-content: center; min-height: 100dvh; position: relative; } main { align-items: center; display: flex; justify-content: center; } main #domain { font-weight: 100; font-size: 4.5rem; line-height: 3rem; position: relative; } main #domain #suffix { bottom: -1.1rem; font-weight: 100; font-size: 1rem; line-height: 1rem; margin-right: 0.295rem; position: absolute; right: 0; text-align: right; } footer { bottom: 1rem; position: absolute; } footer a { color: #f5f5f5; font-weight: 100; font-size: 0.875rem; line-height: 0.875rem; text-decoration: none; transition-duration: 100ms; } footer a:hover { color: #9e9a9e; }