.name h1 {
  font-family: "futura-pt-bold";
  font-weight: 700;
  color: #363636;
  font-size: 7vw;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}

.nameSubtext h1 {
  font-family: "futura-pt-bold";
  font-weight: 500;
  color: #d2d2d2;
  text-align: center;
  font-size: 3vw;
  margin-bottom: 0;
  margin-top: 0;
}

.nameSubtext h2 {
  font-family: "futura-pt-bold";
  font-weight: 500;
  color: #d2d2d2;
  text-align: center;
  font-size: 2vw;
  margin-bottom: 0;
  margin-top: 0;
}

.home1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.profilePic {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

.profilePic img {
  max-width: 20vw;
  margin-left: auto;
  margin-right: auto;
}
