:root {
  --cassiopeia-color-primary: #0f1d4c;

}
.container-header {background: linear-gradient(to right, #0f1d4c, #0f1d4c);}
.container-footer {background: linear-gradient(to right, #0f1d4c, #0f1d4c);}
h1 {
  font-size: 30px;
}

h2 {
  font-size: 20px;
}

p {
  font-size: 14px;
}