* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: whitesmoke;
}


header {
    background-color: darkslategray;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

