.aboutPage {
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.author {
  background-color: rgb(202, 211, 211);
  flex-shrink: inherit;
  margin-top: 20px;
  width: 20vw;
  height: 20vw;
  align-self: center;
  overflow: hidden;
  object-fit: cover;
  box-shadow: 0 10px 30px 1px rgb(0 0 0 / 30%);
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.billGates {
  object-position: 0 10%;
}
.authors {
  display: flex;
  justify-content: space-around;
  flex-shrink: inherit;
  overflow: none;
}

.aboutbox {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}
.aboutAuthor {
  margin-top: 30px;
  width: 100%;
  font-size: 1rem;
  text-align: center;
}

label {
  text-align: center;
}
.authorBox {
  display: flex;
  flex-direction: column;
  text-align: justify;
  width: 15%
}
