:root {
  --color-1: #01161E;
  --color-2: #124559;
  --color-3: #598392;
  --color-4: #AEC3B0;
  --color-5: #EFF6E0;
}

body {
  background-color: var(--color-5);
  color: var(--color-1);
}
body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: start;
}
body button:disabled {
  opacity: 0.3s;
}
body .users-url-view {
  width: 400px;
}
body .users-url-view img {
  max-width: 200px;
}
body .van-space-item {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
