body {
  background-color: #2A2C45;
  color: #fff;
  font-family: 'Michroma', sans-serif;
  margin: 0;
  padding: 0;
}
.section-title {
  color: #41C8F4;
  margin-bottom: 30px;
  font-size: 30px;
}
.gallery-img {
  border-radius: 15px;
  box-shadow: 0 0 10px #41C8F4;
  transition: transform 0.3s ease;
  height: 220px;
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}
.gallery-img:hover {
  transform: scale(1.05);
}
.btn-neon {
  background-color: transparent;
  border: 2px solid #41C8F4;
  color: #41C8F4;
  padding: 8px 20px;
  text-transform: uppercase;
  font-family: 'Michroma', sans-serif;
  transition: 0.3s;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  margin-top: 30px;
}
.btn-neon:hover {
  background-color: #41C8F4;
  color: #2A2C45;
  box-shadow: 0 0 10px #41C8F4;
  text-decoration: none;
}
footer {
  background-color: #21253b;
  border-top: 2px solid #41C8F4;
  color: #ffffff;
  padding: 15px 0;
  text-align: center;
}
  .side-image {
    position: fixed;
    width: 120px;     
    height: auto;     
    opacity: 0.15;     
    z-index: -1;       
  }
  .side-image.left {
    top: 200px;        
    left: 100px;      
    rotate: 20deg;  
  }
  .side-image.right {
    bottom: 150px;     
    right: 20px;   
    rotate: 25deg;    
  }
  .side-image.left-down {
    bottom: 600px;    
    right: 150px;   
    rotate: -25deg;    
  }
  .side-image.right-down {  
    bottom: 50px;    
    left: 75px;   
    rotate: -25deg;   
  }