:root {
  font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #444;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}
button {
  background-color: #222;
  border: 1px solid #333;
  padding: 0.6rem 0.9rem;
  border-radius: 3px;
}
button:hover {
  cursor: pointer;
}
body {
  margin: 0;
  display: flex;
  min-height: 150vh;
  align-items: flex-start;
  justify-content: center;
}
main {
  background-color: hsl(235deg 2% 23%);
  padding: 2rem;
  margin-top: 20vh;
  border-radius: 6px;
}
ul>li {
  line-height: 3rem;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  main {
    background-color: hsl(235deg 2% 93%);
  }
}
