:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

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

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

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

.logo {
  width: 70vw;
  max-width: 500px;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}
.logo:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.react:hover {
  filter: drop-shadow(0 0 2em #61dafbaa);
}


.card {
  padding: 2em;
}

.read-the-docs {
  color: #888;
}

header {
  background-color: #851414;
  padding: 2em;
  color: rgb(255, 182, 182);
}

.solutionlist {
  display: flex;
  flex-direction: column;
  gap: .1em;
  padding: 15px;
  border-radius: 8px;
}

.solutionlist > p {
  font-size: 1.2em;
  color: #333;
  background-color: #ececec;
  padding: 0.25em;
  border-radius: 8px;
  border: solid #cdcdcd;
}

main {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 2em;
  background-color: #f9f9f9;
  border-radius: 8px;
}