html {
  height: 100%;
}

body {
  margin: 0;
  font-family: Arial, sans-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: Arial, sans-serif;
  background-color: #0786e1;
  color: #fff;
  border: none;
  cursor: pointer;
}

.button:hover {
  background-color: #0072cd;
}
