#loginBtn {
  padding: 0.3rem 0.4rem;
  border-radius: 0.4rem;
  transition: background 0.3s ease;
}

#loginBtn:hover {
  background: var(--bg-tertiary);
}
