.smart-width {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

p, li {
  margin-bottom: 10px;
}

h1, h2 {
  font-weight: bold;
  margin-top: 20px;
}

.endpoint-icon {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/endpoint.svg");
}
