* {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

h1 {
  font-size: 3rem;
  font-weight: 400;
}

.contact-button {
  padding: 1rem 2rem;
  font-size: 1.25rem;
  text-decoration: none;
  color: #000;
  background: #eee;
  border-radius: 8px;
}

.contact-button:hover {
  background: #ddd;
}
