body {
  background:whitesmoke;
  font-family: 'Roboto', sans-serif;
  color: #cccccc;
}

.hero {
  background: #003366;
  color: #cccccc;
  text-align: center;
  padding: 40px;
  margin-bottom: 30px;
}

.document-section {
  background: #fff;
  color: #000;
  border-radius: 8px;
  padding: 20px;
  max-width: 1000px;
  margin: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th {
  background: #00509e;
  color: #fff;
  text-align: center;
}

.table td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 8px;
}

.document-actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.btn-primary {
  background: #00509e;
  padding: 8px 12px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
