.interest h3, .project-info h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}
.interest p, .project-info p {
  font-size: 18px;
  margin-bottom: 20px;
}

.AboutMe {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profileImage {
  width: 200px;
  min-width: 200px;
  height: 200px;
  margin-right: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.profileImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.description {
  max-width: 600px;
}
.description h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.description p {
  font-size: 18px;
  line-height: 1.5;
}

.Projects {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #f8f8f8;
  text-align: center;
}
.Projects h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.project-list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.project {
  margin: 20px;
  max-width: 300px;
  box-shadow: 0 0 10px #ccc;
}

.project-info {
  padding: 10px;
}
.project-info a {
  display: block;
  background-color: #333;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.project-info a:hover {
  background-color: #fff;
  color: #333;
}

.Interests {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #fff;
  text-align: center;
}
.Interests h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.interest-list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.interest {
  margin: 20px;
  max-width: 300px;
  box-shadow: 0 0 10px #ccc;
  text-align: left;
  padding: 20px;
}
.interest i {
  font-size: 36px;
  margin-right: 10px;
  color: #333;
}
.interest p {
  color: #777;
}

.Contact {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #f8f8f8;
  text-align: center;
}
.Contact h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

contact-info {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
contact-info p {
  margin: 10px 20px;
  font-size: 18px;
}

/*# sourceMappingURL=main.css.map */
