:root { --background-primary: #181820; --background-secondary: #0C0C10; background-color: var(--background-primary); color: #F8F8FC; width: 100%; height: 100%; } body, main { margin: 0px; width: 100%; height: 100%; } .centered { text-align: center; }