body {
  color: white;
  background-color: #0E1117;
}

section {
  padding: 7px 15px 7px 15px;
}

#about {
  max-width: 1024px;
  display: block;
}

p {
  font-size: 18px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
}

ol {
  font-size: 16px;
  margin: 5px;
}

li {
  margin: 8px 0px 8px 0px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
}

.item img {
  width: 100%;
  height: auto;
}