body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-color: #1e1e1e;
  color: #ededed;
}

a {
  text-decoration: underline;
  color: #e95420;
}

img {
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #2e2e2e;
}

hr {
  border: 1px solid #2e2e2e;
}

p {
  color: #a3a3a3;
}