* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: #e2e2e2;
  /* overflow: hidden; */
}


p, h1, h2, h3, h4, h5, h6, body {
  font-family: 'Oxygen', sans-serif;
  color: rgb(46, 46, 46);
}

/* //////////// - interface - ////////////// */

/* --- divs left / right --- */
#homeURL{
  font-size: 95%;
  position: fixed;
  top: 20px; left: 20px;
  margin: 0;
  z-index: 100;
  background-color: rgb(226 226 226 / 80%);
}

span.selectURL {
  /* background-color: #4d4d4d;
  color: rgb(226, 226, 226); */
  text-decoration-line: underline;
  text-decoration-color: blue;
  text-decoration-style: solid;
}

span.unselectURL:hover {
  cursor: pointer;
  text-decoration: underline overline;
}


span.textLink {
  color: rgb(19, 19, 187);
  cursor: pointer;
}



/* //////////////// below css for archive page only /////////////// */


#homeURL a {
  color: rgb(46, 46, 46);
  text-decoration-line: none;
}

