body {
  margin: 0;
  font-family: Arial, Sans-Serif;
  background-color: #000000;
}
.main-header {
  background-color: #f5f5dc;
  border-bottom: 2px solid #555;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.site-name {
  margin: 0;
  font-size: 2.5rem;
  color: #000;
  letter-spacing: -1px;
}
.flag-container {
  display: flex;
  gap: 10px;
}
.flag-container img {
  height: 50px;
  width: auto;
}