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

.mod-list li a {
  text-decoration: none;
  font-size: 20px;
  margin-left: 12px;
}

.mod-list li.active > a {
    font-size: 22px;
}

.container-header .mod-list li.active > a {
    font-size: 22px;
}

.container-header .mod-menu {
  justify-content: left;
  color: #ffffff;
  background-color: #676663;
  padding: 0;
}

.footer {
  background-color: #676663;
  background-image: none;
  color: #fff;
  margin-top: 1em;
}

.footer li a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}

.footer li a:hover{
  font-size: 16px;
  color: #fff;

}

.container-header {
  background-color: #ffffff;
  background-image: none;
}

container-component > * + *, .container-component > :first-child, .container-sidebar-left > * + *, .container-sidebar-left > :first-child, .container-sidebar-right > * + *, .container-sidebar-right > :first-child {
  margin-top: 1em;
  margin-left: 1em;
}
.container-component > *, .container-sidebar-left > *, .container-sidebar-right > * {
  margin-bottom: 0;
}
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}