
.Project-slideshow {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.Project-slideshow img {
  width: 80%;
  height: 80vh;
  object-fit: contain;
}

.Project-slideshow button {
  color: var(--colorshift);
  border: none;
  background: none;
  font-size: 2rem;
  cursor: pointer;
}

.Project-slideshow button:hover {
  color: black;
}



