body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fc9fff;
  color: #333;
  scroll-behavior: smooth;
}
header {
  background-image: url("image/360_F_455053853_C3FiDYtoaSVmQnj34P5a9xdGnpxVYXAa.jpg");
  color: white;
  text-align: center;
  padding: 40px 20px;
  font-size: 24px;
}
nav {
  position: sticky;
  top: 0;
  background: #000000;
  color: white;
  display: flex;
  justify-content: center;
  padding: 15px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  font-family: "Playfair Display", serif;
}
nav a {
  color: white;
  text-decoration: none;
  margin: 0 15px;
  font-size: 18px;
  transition: color 0.3s;
}
nav a:hover {
  color: #ee99ea;
}
section {
  padding: 50px;
  margin: 30px auto;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 10px;
}
section:hover {
  transform: scale(1.02);
  box-shadow: 0 0 20px rgba(1, 0, 2, 0.7), 0 0 30px rgba(0, 255, 255, 0.7);
  transform: scale(1.05);
  border: 2px solid;
  border-image: linear-gradient(to right, rgb(146, 0, 146), rgb(229, 160, 229));
  border-image-slice: 1;
}
.cert-images,
.tool-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
img {
  max-width: 20%;
  height: auto;
  border-radius: 59% 41% 70% 30% / 57% 59% 41% 43%;
}
footer {
  text-align: center;
  background: black;
  color: white;
  padding: 30px;
  font-size: 18px;
}
a {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  padding: 10px 20px;
  margin: 0 5px;
  position: relative;
  display: inline-block;
  transition: all 0.5s;
}
a:hover {
  color: #0d7cff;
  text-shadow: 0 0 10px #ff0db6, 0 0 20px #ff0db6, 0 0 30px #ff0db6,
    0 0 40px #ff0db6;
}
@media (max-width: 768px) {
  section {
    margin: 15px;
    padding: 30px;
  }
  nav {
    flex-direction: column;
    align-items: center;
    font-family: cursive;
  }
  .cert-images,
  .tool-images {
    flex-direction: column;
    align-items: center;
  }
}
h1 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.image-zoom-in {
  transition: transform 0.5s ease;
}
.image-zoom-in:hover {
  transform: scale(1.2);
}
h2 {
  text-align: center;
}
#skills-services .container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.container.text-center .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
}
.container.text-center .col {
  flex: 1;
  text-align: center;
}
img .cert-images {
  max-width: 20%;
  height: auto;
}

.cert-images img,
.tool-images img {
  max-width: 30%;
  height: auto;
  border-radius: 0%;
}
.graphic-images img {
  max-width: 30%;
  height: auto;
  border-radius: 0%;
  padding-top: 30px;
}

.final-cert {
  display: flex;
  justify-content: center;
}

.projects img {
  max-width: 60%;
  height: auto;
  border-radius: 0%;
  display: block;
  margin: auto;
}

h4 {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

.project-planning img {
  display: block;
  margin: auto;
  max-width: 80%;
  height: auto;
  border-radius: 0%;
}
