body {
  background-color: #15192e;
  margin: 0;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

h1 {
  color: #dbe0fa;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

h2 {
  color: #dbe0fa;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

h3 {
  color: #dbe0fa;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 50%;
}

.last-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 50%;
}

.diploma-container {
  display: flex;
}

.diploma {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.overlay-container {
  width: 300px;
  height: 200px;
  transition: all 0.1s;
  position: relative;
  margin: 20px;
}

.overlay {
  position: absolute;
  width: 300px;
  height: 200px;
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(110, 194, 155, 0.8) 45%,
    rgba(197, 97, 184, 0.6) 45.5%,
    transparent 55.5%
  );
  filter: brightness(1.1) opacity(0.9);
  mix-blend-mode: color-dodge;
  background-size: 150% 150%;
  background-position: 100%;
  transition: all 0.1s;
}

.card {
  width: 300px;
  height: 200px;
  background-size: cover;
}

.narrow-link {
  display: inline-block;
}
