@import url('../font/fonte.css'); /* GLOBAL */ * { box-sizing: border-box; padding: 0; margin: 0; } /* HEADER */ header { width: 100%; height: 100px; display: flex; justify-content: center; align-items: center; background-color: #000; }