@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
body,h1,h2,h3 { font-family: 'Quicksand'; }
body {  font-size:18px; }
h1 {font-size: 60px;}
h2 {font-size: 48px;}
h3 {font-size: 32px;}
:root {
--cassiopeia-color-primary: #A62F29; 
--cassiopeia-color-link:    #A62F29; 
--cassiopeia-color-hover:   #A62F29;
}
h1,h2,h3 {
    background-color: #A62F29;
    border: 1px solid;
    padding: 5px;
    text-align: center;
}
h1, h2, h3 {
    color: #ffffff;
}

