header{
  width: 100%;
  height: 64px;
  background-color : rgba(32, 23, 19, 0.8);
  position: fixed;
  z-index : 150;
  top : 0px;
  left : 0px;
}
header h1{
  padding : 17px 70px 17px 10px;
}
header img.store{
  height : 30px;
}