/* */
.top-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
}

@media screen and (min-width: 768px) {
  .top-bar {
    flex-direction: row;
    margin-left: 38%;
    margin-right: 5%;
    justify-content: space-between;
  }
}