
h2 {
  font-size: 2.25rem;
  margin-top: 2rem;
}

h3 {
  font-size: 1.5rem;
  margin-top: 3rem;

}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: light;
    --bg: #fff;
    --accent-bg: #f5f7ff;
    --text: #212121;
    --text-light: #585858;
    --accent: #0d47a1;
    --accent-hover: #1266e2;
    --accent-text: var(--bg);
    --code: #d81b60;
    --preformatted: #444;
    --marked: #ffdd33;
    --disabled: #efefef;
  }
}

#lovely {margin-bottom: 0; padding-top: 1em; background: #d6e7ef;}
#mlas {margin-bottom: 0; padding-top: 1em; background: #E6F0E4;}
#recallinfo {margin: 0 0 1em 0; padding-top: 1em; text-align: center; background: #d6e7ef; border: 4px solid rgb(197, 197, 229);}
