body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(242, 242, 242);
  font-family: system-ui, sans-serif;
}

.wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.hero-gif {
  width: 250px;
  height: auto;
  display: block;
}

.links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.linkedin {
  color: #0a66c2;
  text-decoration: underline;
  font-size: 0.95rem;
}

#copy-email {
  background: none;
  border: none;
  padding: 0;
  color: #333;
  font-size: 0.95rem;
  text-decoration: underline;
  cursor: pointer;
  font-family: inherit;
}
