* {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

html,body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

.text-center {
  text-align: center;
}

.description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.grecaptcha-badge {
  display: none;
}