<section class="header">
<div class="header-logo"><a href="#!">logo</a></div>
<div class="header-m"><span>test</span></div>
<div class="header-buttons">
<button>test</button>
</section>
.header {
width: 100%;
height: 72px;
position: sticky;
z-index: 100;
top: 0;
background-color: black;
display: flex;
justify-content: space-between;
align-items: center;
}