@font-face {
  font-family: "pixel";
  src: url("../fonts/BoldPixels.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "sammie";
  src: url("../fonts/sammie.ttf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "magazine";
  src: url("../fonts/celeb.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "header2";
  src: url("../fonts/header2.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "tiny5";
  src: url("../wardrobe/fonts/tiny5.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "typew";
  src: url("../wardrobe/fonts/typew.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "retro";
  src: url("../wardrobe/fonts/montserrat.otf") format("opentype");
  font-display: swap;
}

.spread {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.page {
  width: 800px;
  max-width: 100%;
  height: auto;
}

.funnysubh4 {
  font-family: Sammie !important;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0.01em;
  text-shadow: 2px 2px #de5d83;
  text-align: left;
 
}

.header {
  font-family: magazine !important;
  font-size: 80px;
  color: #e74477;
  letter-spacing: 0.01em;
  text-align: center;
}

.header2 {
  font-family: header2 !important;
  font-size: 150px;
  color: #e74477;
  letter-spacing: 0.01em;
  text-align: center;
}
  
.subheader {
  font-family: tiny5 !important;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.01em;
  text-align: right;
}

.subheader2 {
  font-family: retro !important;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0.01em;
  text-align: center;
}
