body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.hero-section {
    background: url('../images/MG_4357.jpg') no-repeat center center/cover;
    color: #fff;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about-section, .gallery-section, .footer-section {
    padding: 60px 0;
}

.gallery-section img {
    margin-bottom: 20px;
}
.btn {
    background-color: #007bff; /* Blue color */
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
   
  }

.footer-section {
    background: #333;
    color: #fff;
    text-align: center;
}
