.header{
  position: relative;
  display:inline-flex;
  justify-content: center;
  align-items: center;
  margin:0px;
  padding:0px;
  box-sizing:border-box;
width: 100%;
height: 40vh;
  font-family: 'Imperial Script', cursive;
  font-size: 140px;
  background-size: cover;

/*  background-image: url("../IMAGES/fonscubana2.jpg")!important;*/
}
.cubana{
max-width:100%;
height:40vh;
display:flex;
opacity: 0.9;
position: absolute;
background-color:pink;
}
.logo-roznica{
  width:400px;
  height: 400px;
  max-height: 100%;
  max-width: 100%;
 position: absolute;
 margin-right:220px;
mix-blend-mode: multiply;
align-items: center;
text-emphasis-style: triangle;
}
