@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Lato:wght@400;700&display=swap');

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
  line-height: 1.6;
}

h1,
h2,
h3 {
  color: #2c3e50;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

th,
td {
  padding: 0.5rem;
  border: 1px solid #ddd;
  text-align: left;
}

code {
  background-color: #f6f8fa;
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-family: monospace;
}

pre {
  background: #f6f8fa;
  padding: 1em;
  border-radius: 6px;
  overflow-x: auto;
}

a {
  color: #0366d6;
}

header .logo img {
  max-width: 250px;
  margin-bottom: 10px;
}

li {
  list-style: none;
}

footer {
  /* background-color: #042860;
  color: white; */
  align-items: center;
  text-align: center;
  padding: 0px;
  /* position: fixed; */
  bottom: 0;
  max-width: 900px;
  width: 100%;
}