.lg{
margin-right: 0.3em;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  padding: 4px 10px;
  background-color: #212529;
  color: #fff;
}

.top-bar a{
  color: white;
  text-decoration: none;
}

.contact-info {
  font-size: 14px;
}

.social-links {
  display: flex;
  margin-right: 10px;
}

.social-links a {
  font-size: 20px;
  color: #fff;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.social-links a:hover {
  color: #ddd;
}

.fa-brands{
  color: #fff;
}

