* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Outfit", sans-serif;
  background-color: hsl(212, 45%, 89%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 1rem;
}

.qr-code {
  background-color: white;
  border-radius: 15px;
  max-width: 320px;
  text-align: center;
  padding: 1rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.qr-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}

.main-header {
  font-size: 1.2rem;
  font-weight: 700;
  color: hsl(218, 44%, 22%);
  margin-bottom: 1rem;
}

.main-section {
  color: hsl(220, 15%, 55%);
  font-size: 0.9375rem;
  line-height: 1.4;
  padding: 0 0.5rem 1rem;
}
