:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  color: #3b454e;
  background: #fff;
}

body {
  margin: 0;
}

main {
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 20px 80px;
}

h1 {
  margin: 0 0 40px;
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
}

h2 {
  margin: 40px 0 20px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

p {
  margin: 0 auto;
  max-width: 780px;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.6;
}

th,
td {
  width: 50%;
  padding: 12px 16px;
  text-align: left;
  overflow-wrap: anywhere;
}

th {
  font-size: 16px;
}

tr:nth-child(even) {
  background: #fafafa;
}

a {
  color: #1769aa;
}

a:hover,
a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 600px) {
  main {
    padding: 24px 16px 56px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 18px;
  }

  th,
  td {
    min-width: 140px;
    padding: 10px;
  }
}
