body {
  margin: 5% 10%;
}

li {
  list-style-type: none;
}

div.logo {
  height: 7em;
  width: auto;

  margin-left: -1em;
}

div.logo svg {
  width: 7em;
  height: auto;
}

div.logo svg path {
  fill: tomato;
}

img.github {
  width: 1.5em;
}

table {
  display: inline-block;
}