.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 9999;

  background-color: #333;
  color: #fff;
}

body {
  padding-top: 300px;
}