html {
    height: 100%;
}

body {
    margin: 0;
    font-family: "Inter", serif;
    color: #fff;
    background-color: #0D1016;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    height: 100%;
}

.title {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  margin: 0;
  max-width: 468px;
}

.text {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  color: #B7B7B7;
}

.button {
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Inter", serif;
  background-color: #0786E1;
  color: #fff;
  border: none;
  cursor: pointer;
}

.button:hover {
  background-color: #0072CD
}
