body {
  background-image: url("/peri/subg1.jpg");
     background-size: cover;
  color: #00ff40;
  min-height: 100vh;
    font-family: "Crewniverse";
    font-size: 18px;
    overflow-y: hidden;
}
@font-face {
  font-family: "crystal";
  src: url("/peri/Crystal.ttf") format("truetype");
}
@font-face {
  font-family: "Crewniverse";
  src: url("/Crewniverse.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;  
}

.flex2 {
  
  height: 50%;
  width: 95%;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  gap: 60px;
  
  
}
.STOPIT {
    width: 570px;
  height:300px;
flex-direction: row;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  overflow-y: hidden;
  overflow-x: hidden;
  
}
p.bg {
  
  text-align: left;
  padding: 15px;
  width: 570px;
  height: 250px;
   font-size: 66px;
   line-height: 93px;
   font-weight: 800;
   text-transform: uppercase;
   background: url(yellow.png) no-repeat center;
   background-size: 100% 100%;
   color: #de466c;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-family: "crystal";

}

p.bg1 {
   font-family: "crystal";
  position: absolute; 

      text-shadow:
    2px 2px #d26c6c,
    4px 4px #f9aa52,
    6px 6px #a6d39f,
    8px 8px #57a0d3,
    10px 10px #334a74;
  z-index: -3;
  text-align: left;
  padding: 15px;
  width: 540px;
  color: black;
  height: 250px;
   font-size: 66px;
   line-height: 93px;
   font-weight: 800;
   text-transform: uppercase;
}
.flex {
  display:flex; 
  justify-content:center; 
  height:100vh; 
  width: 100%; 
  flex-wrap: wrap; 
  gap: 35px; 
  align-items: flex-start;    
  right: 0;
  
  
}
 