/* General Styles */




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

#work {  text-align: left; padding: 20px 
  
}
#work2 #work2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

#work2 button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin: 10px;
}

@media screen and (min-width: 768px) {
  #work2 {
    font-size: 20px;
  }
}


  header {
  background-color: #333;
 
color: #fff;
  
} 
h1 {
  text-align: center;
  font-style: italic;
  font-size: medium;
}

nav a {
  
  color: #fff;
  text-decoration: none;
  margin-right: 10px;

}

section {
  padding: 20px;
}

footer {
  background-color: #333;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

footer p {
  margin: 0;
}

/* Home Page Styles */
#hero {
  background-image: url(https://unsplash.com/collections/W_coYPbpZvg/welding);
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
}

#hero h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

#hero p {
  font-size: 18px;
}

/* Services Page Styles */
#services ul {
  list-style-type: disc;
  margin-left: 20px;
}

/* Portfolio Page Styles */
#portfolio img {
  width: 50%;
  height: auto;
  margin-bottom: 20px;
}

/* About Page Styles */
#about {
  text-align: center;
}

/* Contact Page Styles */
#contact {
  text-align: center;
}

/* Responsive Styles */
@media screen and (max-width: 600px) {
  #hero {
    padding: 100px;
  }
}

@media screen and (max-width: 400px) {
  #hero {
    padding: 50px;
  }

  #hero h2 {
    font-size: 24px;
  }

  #hero p {
    font-size: 16px;
  }
}
.logo {
  max-width: 700px;
  height: auto;
  object-position: center
  ;

  
}
body {
  background-image: url("ff.webp");
  background-size: cover;
}
#section {
  text-align: center;
  padding: 20px;
}

h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

img {
  width: 100%;
  max-width: 400px;
  margin: 10px;
}

@media screen and (min-width: 768px) {
  img {
    max-width: 600px;
  }
}
