/* should someone want to change this so that image can be zoomed in and positioned in the html that would be cool i cba rn */
.committee-profile {
  width: 200px;
  height: 250px;
  overflow: hidden;
  object-fit: cover;
}

.document-circle {

  background-color: #478ac9;
  width: 75px;
  height: 75px;
  margin: 5px 2.5%;
  border-radius: 50%;
  float: left;

}

.document-circle:hover {

  background-color: #77aad9;

}

.file-logo {

  width: 60%;
  aspect-ratio: 1/1;
  margin: 20%;

}

.documents-text {


}
