.logo{
display: none;
}
.account__header__image{
  overflow: hidden;
  height: 200px;
  position: relative;
  background: #20202c;
  border-bottom: 1px solid var(--background-border-color);
}
.account__header__tabs{
margin-top: 0px;
}
.account-card__header{
  padding: 4px;
  border-radius: 4px;
  height: 200px;
}


