body {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.banner {
  height: auto;
  width: 100%;
  z-index: 1;
}
.profilepic {
  position: relative;
  top: -60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
h1 {
  position: relative;
  text-align: center;
  color: #37966f;
}

ul::before {
  content: "";
  background: black;
  display: block;
  width: 100vw;
  height: 1vh;
}

ul {
  padding: 0;
  text-align: center;
  background-color: black;
  color: white;
}

ul::after {
  content: "";
  background: black;
  display: block;
  width: 100vw;
  height: 1vh;
}

li {
  display: inline;
  margin: 1rem;
  font-size: 1.5rem;
}
.intro {
  text-align: center;
  padding: 1rem;
  font-weight: 500;
  font-size: 1.3rem;
}
.quote {
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  font-style: italic;
  justify-content: center;
  margin-left: 10rem;
  margin-right: 10rem;
}
.credits {
  font-weight: 500;
  font-style: italic;
  font-size: 1.3rem;
  text-align: right;
  margin-right: 3rem;
}

p {
  text-align: left;
  margin-left: 10rem;
  margin-right: 10rem;
  margin-bottom: 1.5rem;
}
.signature {
  font-family: Blancha;
  font-size: 3rem;
  text-decoration: underline;
}
.designation {
  font-family: Bebas Neue;
  font-size: 1.5rem;
  margin-bottom: 0rem;
  margin-top: 0rem;
  color: #737373;
}
