#phone-sidebar {
  transition-duration: 0.5s;
  background-color: var(--pri-color--);
}

/* #phone-sidebar:hover {
  background-color: var(--pri-color--);
} */

#phone-sidebar a {
  font-weight: bold;
  color: white;
}

#phone-sidebar a:first-child {
  border-bottom: 1px solid white;
}

#phone-sidebar a {
  transition-duration: 0.5s;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.4rem;
  text-align: center;
}
