body{
    margin: none;
    background-color: rgb(240, 236, 236);
}
button {
  margin: 10px;
  padding: 8px 12px;
  cursor: pointer;
}
#intro {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-links a {
  text-decoration: none;
  color: #0077cc;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: -200px;

  }

.contact-links a:hover {
  text-decoration: underline;
}


#container{
    background-color: rgb(255, 255, 255);
    width: 1400px;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 100px;
    padding-bottom: ;
    
    
}
#header{
display: flex;
justify-content: space-between;

}
#portfolio{
    margin-left: 40px;
 margin-top: 40px;
    
    font-family: 'Montserrat', sans-serif;
    color: rgb(81, 73, 31);
    font-weight: lighter;
    
}
#subject{
    
    width: 200px;
    height: 150px;
    font-size: 1.1em;
    padding: 10px;
    box-sizing: border-box;

}
#images{
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-left: 500px;
  gap: 20px;
  height: 300px;
  width: 300px;
}
#images img{
  border: 1px solid black;
}
#contact{
     width: 400px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
}
.buttons{
    gap: 10px;
    margin-right: 30px;
    margin-top: 60px;
}
hr{
    border: none;
    background-color: #000000;
     margin: auto 80px;
      height: 2px;
      margin-top: 10px;
}
#main{
    display: flex;
    justify-content: space-between;
    gap: 1px;
    margin-left: 50px;
    margin-top: 60px;
    padding-bottom: 600px;
}
#maintext{
  margin-top: 00px;
  margin-left: 200px;
    font-family: 'General Sans', sans-serif;
     font-weight: 700;
     font-size: 32px;
     color: #9f9797;
     line-height: 0px;
}
.buttons {
  display: inline-block;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.buttons:hover {
  background-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
#projects h2{
      font-size: 2em;
    margin-bottom: 20px;
    color: #2c3e50;
    text-align: center;
    border-bottom: 2px solid #3498db;
    display:inline-block;
    padding-bottom: 5px;
}
  .profile-pic {
    margin-top: 50px;
    margin-right: 250px;
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
    border: 1px solid #85b787;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
  }

  .profile-pic:hover {
    transform: scale(1.05);
  }


#projects{
  background-color: #e1d1d1;
  padding-bottom: 300px;
}
#skills {
  margin-top: 1000px;
  background-color: #fdfdfd;
  padding: 40px 20px;
  margin: 40px auto;
  max-width: 900px;
  border-radius: 10px;
  
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  margin-bottom: 250px;
}

#skills h2 {
  font-size: 2em;
  margin-bottom: 25px;
  color: #2c3e50;
  text-align: center;
  border-bottom: 2px solid #e67e22;
  display: inline-block;
  padding-bottom: 5px;
}

.skill-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.skill-item {
  background-color: #eaf2f8;
  color: #2c3e50;
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 1em;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
}

.skill-item:hover {
  background-color: #d5eaf7;
}

#contact {
  background-color: #f0f4f8;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 40px auto;
  font-family: 'Segoe UI', sans-serif;
}

#contact h2 {
  color: #333;
  margin-bottom: 20px;
  font-size: 28px;
  text-align: center;
}

#contact p {
  font-size: 16px;
  margin: 10px 0;
}

#contact a {
  color: #0077cc;
  text-decoration: none;
}

#contact a:hover {
  text-decoration: underline;
}

#contact form {
  margin-top: 20px;
}

#contact label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

#contact input[type="text"],
#contact textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

#contact input[type="submit"] {
  background-color: #0077cc;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

#contact input[type="submit"]:hover {
  background-color: #005fa3;
}

#about {
  background-color: #f9f9f9;
  padding: 40px 20px;
  margin: 40px auto;
  max-width: 800px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

#about h2 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #2c3e50;
  text-align: center;
  border-bottom: 2px solid #3498db;
  display: inline-block;
  padding-bottom: 5px;
}

#about p {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}






















































    
    