* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  height: 100vh;
}

.main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.title {
  font-weight: 600;
  font-size: 48px;
  color: #111827;
  margin-bottom: 8px;
}

.location {
  color: #4b5563;
}

.contact-us {
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  color: #4b5563;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 999px;
  margin-top: 4px;
}

.footer {
  display: flex;
  font-size: 12px;
  line-height: 16px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
