@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter, Inter Fallback;
}
body {
  background-color: #fafafa;
  color: #333;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}

.container {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #e4e4e7;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: rgb(113 113 122);
}

.margin-top {
  margin-top: 0.75rem;
}

.heading {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25;
  color: #111827;
}

svg {
  margin-bottom: 1.5rem;
}
