body { min-height: 100vh } body::before { content: ""; height: 8px; background: linear-gradient(270deg, #D32D41 0%, #FF7300 100%) 0% 0% no-repeat padding-box; } a { color: #000; text-decoration: none; font-weight: bold; } a:hover { text-decoration: underline; } main { flex: 1; width: var(--width); margin: 0 auto; padding: 1em; } footer { color: #fff; background-color: #000; } footer a { color: #fff; text-decoration: none; font-weight: bold; } footer a:hover { text-decoration: underline; }