@use '../../styles/theming';

.content {
  padding: 0;
  margin: 1em;

  a {
    color: theming.$anchorColor;
  }
  p {
    margin: 1em 0;
  }
}
