.container-component {
  max-width: 960px!important;
}

.grid-child {
    max-width: 960px!important;
}

body {

background: linear-gradient(to right, #f9f9f9 0%, #fefefe 100%);
}

address {

background: linear-gradient(to right, #323f8c 0%, #8c0808 100%);
}

summary {

background: linear-gradient(to right, #ebebeb 0%, #eaeaea 100%);
}

section {

background: linear-gradient(to right, #f7e306   0%, #323f8c 100%);
}
:root{--cassiopeia-color-primary:#e7f306;--cassiopeia-color-link:#323f8c;--cassiopeia-color-hover:#323f8c}

h5 {
  color: #ff0000;
}
h6 {
  color: #088c24;
  font-size: 1.25rem;
}
h4 {
  color: #888888;
  font-size: 1.25rem;
}
h3 {
  color: #323f8c;
  font-size: 1.5rem;
}
h2 {
  color: #323f8c;
  font-size: 1.75rem;
}