@font-face {
  font-family: 'Maple Mono';
  src: url('./fonts/MapleMono/MapleMono-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'Maple Mono', sans-serif;
}

html {
  color: #323237;
  font-size: 18px;
}

@media screen and (max-width:520px) {
  html {
    font-size: 16px;
  }
  div {
    width: 95% !important;
    margin: auto;
  }
  .header {
    width: 100% !important;
  }
  .center-div {
    width: 200px !important;
    margin: auto;
  }
}

body {
  margin: 0;
}

div {
  width: 500px;
  margin: auto;
}

.center-div {
  width: 200px;
  margin: auto;
}

li {
  margin-top: 2px;
  margin-bottom: 2px;
}

.avatar {
  width: 49px; height: 49px;
  float: left;
}

.header {
  background-color: #000000;
  color: #ffffff !important;
  text-align: center;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 24px;
}

.content {
  /* padding-left: 8px; */
  /* padding-right: 8px; */
}

.separator {
  height: 3px;
  background-image: linear-gradient(to right, transparent, lightgray, transparent);
}
