:root {
  --cassiopeia-color-primary: #000;
}

.container-header {
  background-image: none;
  background-color: #e23f5c;
}
.container-sidebar-right {
  background-color: yellow;
}
.sidebar-right {
  background-color: yellow;
}
.container-nav{
  color: #000;
  text-align: center;
  justify-content : center;
  box-shadow: 0 0 10px #000;
  background-color: #e23f5c;

}
.container-topbar {
  background-color: #e23f5c;
  
}