body {
  background: linear-gradient(#ffdfa3 0%, #c78100 40%, #1c1c1c 100%);
}
.profile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 100px;
}
.profileimage {
  width: 200px;
}
.profile h2 {
  color: white;
}
.profile h4 {
  color: white;
  transform: translateY(-10px);
}
.About {
  background: linear-gradient(#fffeff 0%, #ffffffd5 40%, #fdfdfd00 100%);
  padding-bottom: 200px;
  padding-top: 55px;
}
.row {
  padding: 0px 20px;
}
.science {
  padding-top: 55px;
}
.footer {
  background-color: #ffff;
  padding-bottom: 20px;
}
.contact a {
  color: black;
  font-size: 20px;
}
.watermark {
  padding-top: 30px;
}
