body {
  background-image: url("/peri/SU/PRESENTBG.png");
     background-size: cover;
     BACKGROUND-REPEAT: no-repeat;
  color: #5c3f16;
    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;  
}

.flex {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 30px;
  
  
}
.flex h1 {
  width: 100%;
  
}
.etitle {
  text-align: center;
  height: 100px;
  border-radius: 20px;
  border: solid black 5px;
  width: 960px;
  background-image: url("bgbg.png");
  background-repeat: repeat;
  background-size: 30px;
}
.square {
 width: 32%;
 height: 100%;
 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
 display: flex;
 text-align: center;
}
.square img {
  width: 70%;
  
}
.square p {
  width: 100%;
  
}
.clear {
  width: 100%;
  height: 10vh;
  
}