.profile-card {
  background-color: rgba(255, 255, 255, 1.0); /* White with slight transparency */
  border: 2px solid #000;                      /* Crisp border */
  border-radius: 8px;                          /* Rounded corners */
  padding: 20px;                               /* Inner spacing around text */
  width: 250px;                                /* Fixed width for your cards */
  box-shadow: 4px 4px 0px #000;                /* Retro 90s drop shadow */
}

#card1-card {
  position: absolute;
  top: 100px;   /* 100px down from the top edge */
  left: 50px;   /* 50px out from the left edge */
}

#card2-card {
  position: absolute;
  top: 100px;   /* 100px down from the top edge */
  left: 450px;   /* 50px out from the left edge */
}

#card3-card {
  position: absolute;
  top: 100px;   /* 100px down from the top edge */
  left: 850px;   /* 250px out from the left edge */
}