@font-face {
  font-family: Crillee;
  src: url(fonts/Crillee.ttf);

}

.header-image{
  width:100%;
  height:auto;
  
}

body{
  background-color:rgba(0,0,0,0.2);
}

.page-title{
  text-align: center;
}
.header-image{
  max-width: 100%;
  height: auto;
}
.product_logo_image{
  max-width: max-content;
  width: 100%;
  height:auto;
}


