body { margin: 0; padding: 0; height: 100vh; background: var(--gradient); } main { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 0.5rem; } .logo { @size: 4rem; display: flex; flex-direction: row; align-items: center; .logo-text { font-size: @size; font-weight: 400; font-family: "Ubuntu"; text-transform: uppercase; } .logo-hex { font-size: @size; user-select: none; } }