/* Per2YD24a101 by KetilDanielsen.name */
/* For html: <link rel="stylesheet" href="https://<thisSite>/kdn101.css"> */

h1, h2, h3, p, strong, em, div, li {
  font-family: sans-serif !important;
  color: fuchsia;
}
strong, em {
  color: white !important;
}
li, h3 {
  color: white !important;
}
h4 {
  color: fuchsia !important;
}

a {
  color: blue !important;
}

body {
  background-image: url('pixabaycom_aurora_8.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

