body {
    max-width: 650px;
    margin: 40px auto;
    padding: 0 10px;
    font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #28282B
}

h1,h2,h3 {
    line-height: 1.2
}

hr {
  border: none; /* Removes the default 3D border effect */
  height: 2px; /* Sets the thickness of the line */
  background-color: #CD5C5C; /* Sets the color of the line */
}


@media (prefers-color-scheme: dark) {
    body {
        color:#28282B;
        background: #FDFCFC
    }

    a:link {
        color: #CD5C5C;
    }

    a:visited {
        color: #8e96f0;
    }

}