@import url("/static/stockcircle_theme.css");

body {
  font-family: sans-serif;
  font-size: 14px;
  padding: 24px;
  color: #222;
}

h1 {
  font-size: 22px;
  margin-bottom: 16px;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  margin: 8px 0;
}

a {
  color: #1a73e8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
