* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: 'Nunito', sans-serif;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 48px;
}

.logo svg {
  width: 1em;
  height: 1em;
}

.tagline {
  font-size: 0.9rem;
  color: #6B7280;
  letter-spacing: 0.01em;
}
