html,
body {
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  line-height: 1.5;
  color: #c9d1d9;
  background-color: #0d1117;
}

a {
  color: #c9d1d9;
  text-decoration: none;
}

a:hover {
  color: #58a6ff;
}

h2 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 8px;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

li {
  padding-left: 24px;
  padding-top: 4px;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.icon {
  fill: currentColor;
  float: left;
  width: 16px;
  margin-top: 4px;
  margin-left: -24px;
  color: #8b949e;
  text-align: center;
}

.avatar {
  box-shadow: 0 0 0 1px rgba(240, 246, 252, 0.1);
  display: inline-block;
  line-height: 1;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 6px;
}

.avatar-circle {
  border-radius: 50% !important;
}

.displayName {
  display: block;
  font-size: 24px;
  line-height: 1.25;
}

.at {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: #8b949e;
}
