.project-link {
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 10px;
  border: 2px dashed #003399;
  margin-bottom: 15px;
}
.project-link div {
  width: 100%;
}

.project-link div img {
  max-width: 100%;
  height: auto;
  display: block;
}

.project-logo {
  margin: 0 auto;
  width: 300px;
}
.project-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
