body {
  /* font-size: 16px; */
  font-weight: 400;
  max-width: 750px;
  padding: 6%;
  margin: auto;
  color: #1a1f26;
  background: #fbfbfb;
  /* font-family: 'Roboto Slab', sans-serif; */
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 1.05rem;
  line-height: 1.6;
}
.profile {
  flex: none;
  margin-right: 2em;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 120px;
}
hr {
  border: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
.home {
  display: flex;
}
table {
  /* line-height: 100%; */
  /* width: 80%; */
}
td {
  padding: 8px 0;
  vertical-align:text-top;
}
td:first-child {
  font-size: 0.75em;
  color:#999;
  white-space: nowrap;
  padding-right:1em;
  /* width: 20%; */
}
p {
  margin-bottom: 1.5rem;
}

a {
  /* color: #0070f3; */
  color:inherit;
  /* font-weight: 600; */
}
/* a:visited:{ */
  /* color:#666; */
/* } */

a:hover {
  color: #0366d6;
  /* text-decoration: none; */
  /* color: #1a1f26; */
}

b {
  font-weight: 600;
}

h1 {
  font-size: 1.5em;
  font-weight: 500;
}
