.top-menu {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.top-menu ul {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.top-menu .menu-button a {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.top-menu .menu-button a:hover {
  background-color: #f0f0f0;
}