.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #007bff;
  color: #fff;
  height: 50px;
  padding: 0 20px;
}

footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 10px;
}
