* {
  box-sizing: border-box;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont;
}

body {
  min-height: 100vh;
  background: linear-gradient(#8fd3f4, #c2e9fb);
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero {
  text-align: center;
  max-width: 640px;
  padding: 2rem;
}

.tala {
  width: 220px;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 2.75rem;
  color: white;
  margin-bottom: 0.75rem;
}

p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
}

.buttons {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.buttons img {
  height: 48px;
  cursor: pointer;
}
