#logo_placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
}
#logo_placeholder svg{
  width: 20px;
  height: 20px;
}

#userIcon_placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 1000;
  color: var(--text3);
  border-radius: 100px;
  border: 2px solid rgba(0,0,0,0.1);
  background-color: var(--accent3);
  width: 32px;
  height: 32px;
}

.graphic_placeholder{
  display: flex; 
  align-items: center; 
  justify-content: center; 
}

.accountIcon{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem; 
  padding: 0.5rem;
}
.accountIcon svg{
  width: 24px;
  height: 24px;
}