body {
  background-color: #Baccd8;
  font-family: Arial;
}

p {
  font-size: 20px;
  margin: 0;
}

.backgroundBox {
  background-color: #eeeeee;
  color: #595959;
  box-shadow: 4px 4px 8px #333344;
  
  width: 860px;
  padding: 67px;
  border: 3px solid #777a7b;
  border-radius: 70px;
  
  margin: 40px auto 40px auto;
}

.baseBox {
  border: 2px solid #777a7b;
  border-radius: 100px;
  box-shadow: 2px 2px 8px #666688;
  
  width: auto;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 100px;
}

.titleBox {
  padding: 25px;
  
  display: flex;
  align-items: center;
}

.pfp {
  width: 142px;
  height: 142px;
  
  border-radius: 75px;
  border: 2px solid #777a7b;
  box-shadow: 2px 2px 8px #666688;
}

.titleInfo {
  width: 250px;
  margin-left: 25px;
  align-items: center;
}

.titleName {
  font-size: 32px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.titlePronouns {
  color: #b7b7b7;
  margin: 0;
  text-align: center;
}

.contactBox {
  height: 144px;
}

.contact {
  display: flex;
  align-items: center;
}

.contactText {
  display: inline;
  font-weight: bold;
  font-size: 24px;
}