*{
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body{
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  background-color: #2C3E50;
}

header{
  height: 100px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}

.logo{
  width: 140px;
  height: 140px;
  margin-top: -15px;
  margin-left: 38px;
}

.nav-links {
  display: flex;
  text-decoration: none;
}

.nav-link {
  text-decoration: none;
  margin-right: -10px;
  color: #333; /* Set link color */
  transition: transform 0.3s ease, color 0.3s ease; /* Add smoother transition effect with ease timing function */
} 

.nav-link:active {
  transform: scale(0.95); /* Apply a slight scale-down effect */
}

.nav-link:hover {
  color: #2C3E50; /* Change text color on hover */
  text-decoration: underline; /* Add underline on hover */
  transform: scale(1.1); /* Apply a scale-up effect on hover */
}

.nav-link p {
  color: #333;
  margin-right: 84px;
  font-weight: bold;
}
main{
  height: 700px;
  width: 100%;
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom right, #000000, #e4e4e4);
}
.about{
  padding: 25px 70px;
  display: flex;
  background: rgba(255, 255, 255, 0.487);
  color: rgb(0, 0, 0);
  width: 80%;
  margin: 60px 50px 100px 70px;
  border-radius: 50px;
  margin-top: 50px;
}
.main{
  width: 1130px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.images{
  display: flex;
  flex-direction: column; 
  justify-content: space-around;
}
.text1 p{
  color: rgb(44, 0, 44);
  letter-spacing: 1px;
  line-height: 28px;
  font-size: 20px;
  margin: 10px 100px 0 0;
}
.me{
  width: 300px;
  border-radius: 50px;
  height: 450px;
}
.me2{
  width: 430px;
  border-radius: 50px;
  height: 300px;
}
.me3{
  width: 300px;
  border-radius: 50px;
  height: 450px;
}
span{
  color: #ffffff;
}