body {
  background-image: url('zet-background.jpg');
  background-size: cover;
  background-position: center;
  margin: 0;
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-top: 20px;
  height: 100lvh;
}

.overlay-card {
  background: white;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 90%;
  margin: 0 20px;
}

.overlay-card h1 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.icons a {
  margin: 0 6px;
  display: inline-block;
  transition: transform 0.2s ease;
}

.icons img {
  width: 45px;
  height: 45px;
}

.icons a:hover {
  transform: scale(1.1);
}
