* {
  font-family: "Montserrat", serif;
  color: white;
}


body {
  background-color: #D5B699;
  background-image: url("/demipunk/bg.png");
  overflow-y: none;
}



















/* font css */



.montserrat-normal {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}




.merienda-normal {
  font-family: "Merienda", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}