
.top-bar {
  background-color: #609928;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.top-bar-left span {
  margin-right: 20px;
}
.top-bar-left i {
  margin-right: 5px;
}
.top-bar-right a {
  color: #fff;
  margin-left: 15px;
  transition: color 0.3s;
}
.top-bar-right a:hover {
  color: #f39c12; /* hover color */
}
