body {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 20px;
  background: #212121;
  color: #e0e0e0;
}

h1 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

#filings-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.company-block {
  display: inline-block;
  text-align: left;
  width: 50%;
  background: #2a2a2a;
  padding: 12px 16px;
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  font-size: 14px;
}

.company-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #fff;
}

.filing {
  padding: 5px 0;
  border-bottom: 1px solid #3a3a3a;
}

.filing:last-child {
  border-bottom: none;
}

.year {
  font-weight: 600;
  color: #bbb;
}

.type {
  margin-left: 6px;
  font-size: 13px;
  color: #888;
}
