.container {
  display: grid;
  justify-content: center;
  margin-top: 2rem;
  margin-left: 8px;
  margin-right: 8px;
}

p {
  max-width: 60ch;
  margin: 10px 0px;
}

#avatar {
  max-width: 100px;
  min-width: 100px;
  margin-bottom: 10px;
  justify-self: center;
  align-self: center;
}

.month {
  font-weight: bold;
  color: black;
}

ul {
  margin: 0px 0px;
}

li {
  margin: 8px 0px;
}