
  
.dif_icon img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

header .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Potta One' ; 
  font-size: 5vw;                 
  color: black;
}

.topimg{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.topimg img{
  width: 600px;
  height: auto;
}

.text{
  position: absolute;
  font-family: 'Edu AU VIC WA NT Hand' ; 
  font-size: 30px;  
  text-align: center;
  color: black;
}

@media (max-width: 780px) {

.topimg{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.topimg img{
  width: 80%;
  height: auto;
}
.text{
  position: absolute;
  font-family: 'Edu AU VIC WA NT Hand' ; 
  font-size: 20px;  
  text-align: center;
  color: black;
}


header .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Potta One' ; 
  font-size: 7vw;                  
  color: black;
}

.dif_icon img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.gallery-container img {    
  width: 100%;
  height: auto;
  object-fit: cover;   
  border-radius: 8px;   
  transition: transform 0.3s;
}



.header-subtitle {
  font-family: 'Mogra', cursive;
  font-size: 2rem;      
  text-align: center;    
  margin-top: 2rem;    
  color: black;         
}

.gallery-container img:hover {
  transform: scale(1vw);
}
