.step-body {
  h3 {
    color: #e6edf3;
    margin: 18px 0 8px;
  }

  p {
    margin-bottom: 10px;
    color: #c9d1d9;
  }

  ul {
    padding-left: 20px;
    margin-bottom: 10px;
    color: #c9d1d9;

    ul {
      margin-top: 5px;
    }
  }

  li {
    margin-bottom: 5px;
  }

  strong {
    color: #e6edf3;
    font-weight: 600;
  }

  code {
    background: #21262d;
    border-radius: 4px;
    padding: 0.1em 0.35em;
  }
}
