html {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}

.btn {
  display: inline-block;
  min-width: 90px;
  padding: 0 16px;
  margin: 0 16px;
  background: #1677ff;
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.75rem;
  height: 32px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
  user-select: none;
}

.btn-primary {
  background: #1677ff;
}

.btn-danger {
  background: #ff4d4f;
}

.btn:hover {
  opacity: 0.9;
}

.footer {
  text-align: center;
}

.btn-footer {
  display: inline-block;
  margin: 32px 0;
  font-size: 1rem;
}

.skeleton {
  min-width: 20px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}