* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.port {
  letter-spacing: 1px;
}



.navbar {
  background-color: #F4F6F6;
}


.profilepic {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.nav-link {
  color: #2C3E50;
}

.nav-link:hover {
  border-bottom: 1px solid black;
}

.profilepic1 {
  width: 280px;
  border-radius: 5px;
  box-shadow: 10px 10px 10px #99A3A4;
}

.inner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
}

.aboutText {
  width: 360px;
  text-align: justify;
}


.gal {
  font-size: 28px;
}

.chu {
  width: 320px;
}


@media screen and (max-width: 900px) {
  .hein {
    text-align: center;
    padding-top: 10px;
  }

  .profilepic1 {
    display: flex;
    margin: auto;
  }
}