* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

a {
  color: #414953;
}

body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  gap: 32px;
}
body .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  background: rgba(0, 162, 178, 0.1019607843);
  border-radius: 24px;
  max-width: 513px;
  gap: 16px;
}
body .container .table {
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
}
body .container p {
  font-family: Nunito, sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #414953;
}
body .container span {
  margin-bottom: 8px;
  text-align: center;
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #414953;
}
body .container a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Nunito, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #414953;
}/*# sourceMappingURL=index.css.map */