body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f5f5f5;
  color: #333;
}

/* Header styles */
.site-header {
  background-color: #00264d;
  color: white;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  height: 60px;
  margin-right: 15px;
}

.main-title {
  font-size: 1.5rem;
  margin: 0;
}