#user_account_link {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  border: none;
  border-radius: 1.5rem;
  align-self: center;
  text-decoration: underline;
}

#user_account_icon {
  display: inline-block;
  height: 3rem;
  width: 3rem;
}

#user_account_link:hover {
  background-color: #333333;
}

#user_account_link:active {
  background-color: darkgray;
}