.about {
  width: 70%;
  margin: 50px auto;
  text-align: center;
}

.about h2 {
  font-size: 36px;   
  color: #00bfff;
  margin-bottom: 20px;
}

.about p {
  font-size: 20px;   
  line-height: 1.6;
  margin-bottom: 15px;
}




body {
  background: linear-gradient(to bottom, #0b0c2a, #1a1b3c); 
  color: white;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

header {
  text-align: center;
  padding: 20px;
}

header h1 {
  font-size: 48px;
  color: #00bfff;
  margin-bottom: 10px;
}

nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

nav ul li a {
  color: #00bfff;
  text-decoration: none;
  font-weight: bold;
}

.gallery {
  width: 80%;
  margin: 40px auto;
}

.row {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

.item {
  text-align: center;
}

.item img {
  width: 250px;
  height: auto;
  border: 2px solid #00bfff;
  border-radius: 10px;
}

.item p {
  margin-top: 10px;
  font-size: 16px;
}
