#name {
  display: flex;
  justify-content: center;
  margin: 0;
  font-weight: bold;
  font-size: 23px;
}
#contact {
  display: flex;
  justify-content: center;
}
#links {
  display: flex;
  justify-content: center;
}
.college {
  margin: 0;
  display: flex;
  justify-content: flex-start;
}
.passout {
  margin-left: auto;
}
.college_name {
  display: flex;
  justify-content: space-between;
}

.college_name p {
  margin: 0;
}
.college_name > p {
  margin: 0px;
}
.college > p {
  margin-bottom: 5px;
}

.skills {
  display: grid;
  grid-template-columns: 200px 1fr;
  row-gap: 5px;
  column-gap: 80px;
}

.internship {
  display: flex;
  margin: 0px;
}

.duriation {
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 2px;
}

.mode {
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.internship-title {
  margin: 0px;
}

.project-title {
  font-weight: bold;
}

.title {
  font-weight: bold;
  margin-bottom: 0px;
}
