*{
  font-family: calibri;
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  color: black;
}

h2{
  font-size: 22px;
  font-weight: normal;
}

h3{
  font-size: 18px;
  font-weight: normal;
}

h4{
  font-size: 16px;
  font-weight: normal;
}

h5{
  font-size: 14px;
  font-weight: normal;
}

h6{
  font-size: 12px;
  font-weight: lighter;
}

ul{
  padding-inline-start: 20px;
}

p{
  margin-top: 20px;
}

.logo img{
  width: 34px;
  margin: 0px;
  padding-right: 2px;
}

.logo p{
  line-height: 21px;
  font-size: 22px;
  margin: 2px;
  margin-top: 4px;
}

.repo {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  font-size: 12px;
  color: rgb(3, 102, 214);
  text-decoration: none;
}

@media only screen and (max-width: 550px) {

}