body{
  margin: 0;
  width: auto;
}

.paralax{
  width: auto;
  height: 100vh;
background: url("../../img/bg/menu.jpg");
background-repeat: no-repeat;
  background-size:cover;
}
  .headline{
    width: 100%;
    word-wrap: break-word;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 15);
    height: 100%;
    background: rgba(0, 23, 0, 0.1);
  }

    .content-div{
      width: 100%;
      height: 200vh;
    }
