Build the header and features layout for a landing page using flexbox.
.site-header
display: flex; justify-content: space-between; align-items: center;
.features
.card
Use flexbox for header/nav alignment.