body {
  margin: 0;
  min-height: 100vh;
  padding: 1.5rem;
  background: #fff;
  color: #111;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.standards {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.standards:hover {
  opacity: 0.6;
}
