/* general styles */
body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
h1,
h2,
h3 {
  margin: 0;
}
input {
  border: none;
  outline: none;
}
input:active {
  outline: none;
}
p {
  color: #3e3636;
  line-height: 1.7em;
}
h1 {
  line-height: 2em;
}
h2 {
  color: #3c3838;
  line-height: 1.5rem;
}
a {
  text-decoration: none;
}
button {
  border: none;
  background: none;
}

ul {
  padding: 0;
  margin: 0;
}
li {
  list-style-type: none;
}

* {
  line-height: 1.5;
}

.github-profile-and-repos {
  margin: auto;
  box-sizing: border-box;
  align-items: stretch !important;
}
.status span {
  margin-left: 8px;
  color: #586069;
  font-size: 12px;
}
