header {
  background-color: var(--background-color);
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body {
  background-color: rgb(0, 0, 0);
  background-size: cover;
  background-image: url("media/.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.s {
  color: #ffffff;
}
.error {
  width: 80%;
  max-width: 1200px;
  height: auto;
  padding: 20px;
  margin: 0 auto;
  border: 2px solid #ccc;
  box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.7);
  background-color: red;
  border-radius: 10px;
  flex-wrap: wrap;
  display: flex;
  grid-auto-rows: minmax(100px, auto);
  justify-content: flex-start;
}
.about {
  width: 80%;
  max-width: 1200px;
  height: auto;
  padding: 20px;
  margin: 0 auto;
  border: 2px solid #ccc;
  box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.7);
  background-color: orange;
  border-radius: 10px;
  flex-wrap: wrap;
  display: flex;
  grid-auto-rows: minmax(100px, auto);
  justify-content: flex-start;
}
.project {
  width: 80%;
  max-width: 1200px;
  height: auto;
  padding: 20px;
  margin: 0 auto;
  border: 2px solid #ccc;
  box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.7);
  background-color: yellow;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.project a {
  text-decoration: none;
  color: rgb(0, 255, 255);
  font-weight: bold;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
}
.testimonial {
  width: 80%;
  max-width: 1200px;
  height: auto;
  padding: 20px;
  margin: 0 auto;
  border: 2px solid #ccc;
  box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.7);
  background-color: lime;
  border-radius: 10px;
  flex-wrap: wrap;
  display: flex;
  grid-auto-rows: minmax(100px, auto);
  justify-content: flex-start;
  flex-direction: column;
}
.skill {
  width: 80%;
  max-width: 1200px;
  height: auto;
  padding: 20px;
  margin: 0 auto;
  border: 2px solid #ccc;
  box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.7);
  background-color: green;
  border-radius: 10px;
  flex-wrap: wrap;
  display: flex;
  grid-auto-rows: minmax(100px, auto);
  justify-content: flex-start;
  flex-direction: column;
}
.course {
  width: 80%;
  max-width: 1200px;
  height: auto;
  padding: 20px;
  margin: 0 auto;
  border: 2px solid #ccc;
  box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.7);
  background-color: aqua;
  border-radius: 10px;
  flex-wrap: wrap;
  display: flex;
  grid-auto-rows: minmax(100px, auto);
  flex-direction: column;
}
.Gallery {
  width: 80%;
  max-width: 1200px;
  height: auto;
  padding: 20px;
  margin: 0 auto;
  border: 2px solid #ccc;
  box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.7);
  background-color: blue;
  border-radius: 10px;
  flex-wrap: wrap;
  display: flex;
  grid-auto-rows: minmax(100px, auto);
}
.myself {
  width: 80%;
  max-width: 1200px;
  height: auto;
  padding: 20px;
  margin: 0 auto;
  border: 2px solid #ccc;
  box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.7);
  background-color: purple;
  border-radius: 10px;
  flex-wrap: wrap;
  display: flex;
  grid-auto-rows: minmax(100px, auto);
}
.representing {
  width: 80%;
  max-width: 1200px;
  height: auto;
  padding: 20px;
  margin: 0 auto;
  border: 2px solid #ccc;
  box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.7);
  background-color: pink;
  border-radius: 10px;
  flex-wrap: wrap;
  display: flex;
  grid-auto-rows: minmax(100px, auto);
}
.contact {
  width: 80%;
  max-width: 1200px;
  height: auto;
  padding: 20px;
  margin: 0 auto;
  border: 2px solid #ccc;
  box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.7);
  background-color: magenta;
  border-radius: 10px;
  flex-wrap: wrap;
  display: flex;
  grid-auto-rows: minmax(100px, auto);
  flex-direction: column;
}
