h1 {
font-weight: bold;
padding: 0.75em;
- color: var(--parchment);
}
h2 {
}
h1 a {
- color: inherit;
+ color: var(--parchment);
font-weight: inherit;
text-decoration: 2px dotted underline var(--almond-silk);
}
border-radius: 7px;
}
-html > header h1 {
+.main-head h1 {
+ text-align:left;
+ padding:0;
a {
}
a {
color: var(--almond-silk);
}
+}
+
+.main-footer {
p {
color: var(--parchment);
}
/* hgroup center */
hgroup {
- display:flex;
- flex-direction:column;
+ text-align:center;
align-items: center;
p {
margin: 0.5em;