
body {
  overflow: scroll;
  font-family: Arial;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.btn-color {
  background-color: #0e1c36;
  color: #fff;
}

.profile-image-pic {
  height: 200px;
  width: 200px;
  object-fit: cover;
}

.cardbody-color {
  background-color: #ebf2fa;
}

a {
  text-decoration: none;
}

.photolink-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.photolink-card {
  margin: 10px;
  width: 300px;
  overflow: hidden;
}

.admin-photolink-edit-photo {
  width: 80%;
  height: 200px;
  object-fit: cover;
}

.admin-photolink-card-text {
  height: 260px;
  margin-top: 10%;
}

.photolink-buttons {
  width: 80px;
  margin: 3px;
}

.standing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.standing-card {
  margin: 10px;
  width: 300px;
  height: 250px;
  overflow: hidden;
}

.standing-buttons-container {
  display: flex;
  bottom: 0;
  position: absolute;
  margin-bottom: 10px;
}

.standing-button {
  margin: 3px;
}

.project-photo-box {
    display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.project-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px;
}

.project-image {
  width: 250px;
  height: 250px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin: 5px;
  position: relative;
}

.project-image-background {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 5px;
}

.selected {
  border: 10px solid #fcf800;
}
