h1 {
  text-align:center;
  font-size:67px;
}

.wrapper {
  display: block;
  margin: 0 auto;
  width: 1000px;
  position:relative;
  }
.what {
  display: block;
  position: absolute;
  float: right;
  margin-left: 800px;
  top: 40px;  
}
.header {
  display: block;
  background: url("https://i.pinimg.com/1200x/8e/f3/f1/8ef3f125d389b430762d368a5254325c.jpg") no-repeat; 
  height:400px;
  top: 0;
  }
  .navbar {
    display: block;
  width: 100%;
  background: #444e6f;
  text-align: center;
  }
  .navbar .barlink {
  display: inline-block;
  margin: 10px 5px;
  padding: 2px;
  font-size: 1.5em;
  text-decoration:none;
  font-weight:bold;
  }
  
  .navbar .barlink a {
  color: #fff;
  text-shadow: 0 0 2px #c3cdea; 
  }