/* Basic reset for consistent styling across browsers */
body,
html {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}

.about-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  margin: 0;
}

.team {
  font-size: 25px;
}

.team-container {
  width: 350px;
  text-align: left;
  padding-bottom: 30px;
  padding-top: 10px;
}

.about-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  background-image: linear-gradient(to right, #302144, #000000);
  align-items: stretch;
  height: 15%;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}

/*.logo {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  align-self: center;*/
/*  max-height: 75px;*/
/*  max-width: 75px;*/
/*  min-height: 75px;*/
/*  min-width: 75px;*/
/*  height: 15%;*/
/*  width: 15%;*/
/*  margin-left: 5%;*/
/*  */
/*}*/

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  cursor: pointer;
  text-align: center;
  width: 90px; /* Explicit width */
  height: auto;
  margin-right: 20px; /* Spacing from header */
}

#psyche-icon {
  position: absolute;
  left: 0;
  align-self: center;
  max-height: 75px;
  max-width: 75px;
  min-height: 75px;
  min-width: 75px;
  height: 15%;
  width: 15%;
  margin-left: 5%;
}

.back-link {
  font-size: 14px;
  color: white;
  text-decoration: none;
  margin: 22px;
  position: absolute;
  left: 5%;
  align-self: center;
  margin-top: 120px;
}

h1 {
  padding: 30px;
  align-self: center;
  color: white;
  margin-right: 100px;
}

.team-member {
  display: flex;
  color: #000000;
  padding: 20px;
  border-radius: 5px;
  text-align: left;
  align-items: center;
  justify-content: center;
  width: 350px;
  gap: 40px;
}

.role,
.group {
  color: #a53f5b;
}

.pfp-container {
  width: 75px;
  height: 75px;
  min-width: 75px;
  min-height: 75px;
  margin-right: auto;
  background-color: #d9d9d9;
  border-radius: 50%;
}
.name {
  font-weight: 600;
}
.name-container {
  flex-grow: 1;
  text-align: left;
}

.citation-title {
  color: #a53f5b;
}

.citation-container {
  margin-top: 30px;
  display: flex;
  width: 350px;
  text-align: left;
  flex-direction: column;
  padding-left: 5%;
}

.citation-section-title {
  padding-top: 10px;
}

.pfp-icon {
  position: relative;
  height: 20%;
  width: 20%;
  left: 11px;
  top: 8px;
}

.disclaimer {
  color: white;
  font-size: 9px;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 10%;
  padding-right: 10%;
}

.content-container {
  margin: 10px;
}
