* { margin: 0; padding: 0; box-sizing: border-box; } header { display: flex; justify-content: center; align-items: center; width: 100%; height: 100px; background: #000000; }