/* THE SPACER COMPONENT */ .spacer { height: 30px; /* Adjust the height as needed */ } /*=============================*/ /*=========OTHER STYLES========*/ * { margin: 0; padding: 0; box-sizing: border-box; } html, body { height: 100%; } body { font-family: sans-serif; } .container { min-height: 100%; border: 16px ridge #ff6550; background: #ffe7e7; padding: 1rem; } .section { max-width: 500px; margin: auto; background: #ea5b4853; border-radius: 5px; padding: 0.8rem; } h1 { text-align: center; }