@import url('https://fonts.googleapis.com/css?family=Cherry Bomb One|Itim|Coral Pixels|Special Elite|Silkscreen|Press Start 2P|Chicle');


body {
  background-color: transparent;
  font-family: "Courier New";
  font-weight: bold;
  font-size: 9pt;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  background-image: url('https://heathersaturnia.neocities.org/pxls/deco/saturniawrth4.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 420px;


}

.main {
  margin: 10px;
  padding: 10px;
  border: dashed 1px #000000;
  width: 750px;
  height: 100%;
  background-color: #eeeeeef2;
  opacity: 95%;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: crosshair;

}

/* ===========================
   Links
   =========================== */
a:link,
a:visited,
a:active {
  color: #ffffff;
  text-decoration: none;
  cursor: crosshair;
  font-family: Special Elite;
  font-weight: bold;
  font-size: 12pt;
}

a:hover {
  color: #838C45;
  text-decoration: none;
  cursor: crosshair;
}



 * {
  scrollbar-width: thin;          
  scrollbar-color: var (--lightaccent) transparent; 
}


.columns {
  display: flex;
  gap: 20px;
}

.projects,
.sonas {
  flex: 1;
}

.projects header,
.sonas header {
  font-family: "Coral Pixels", serif;
  color: #666;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.entry {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}

.project-text {
  display: flex;
  flex-direction: column;
}

.project-text a {
  text-decoration: none;
  color: #404322;
  font-weight: bold;
  margin-bottom: 4px;
  cursor: pointer;
}

.project-text a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.infotext {
  color: #000;
  text-align: left;
  font-family: "Courier New", monospace;
  font-size: 12px;
  border: 1px dotted #000000;
  padding: 2px 4px;
}

.extra-section {
  margin-top: 20px;
  padding: 10px;
  background: #eeeeeef2;
  font-family: "Courier New";
}

.extra-section header {
  font-family: "Coral Pixels", serif;
  color: #666;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.extra-section p {
  color: #000;
  text-align: left;
  font-family: "Courier New", monospace;
  font-size: 12px;
  border: 1px dotted #000000;
  padding: 2px 4px;
}

details {
  background: transparent;
  width: 100%;
  overflow-x: hidden;
  color: #000000;
  line-height: 20px;
  opacity: 0.9;
  margin-top: 2px;
  margin-bottom: 8px;
  right: 0px;
  position: relative;
}

details>summary::before {
  width: 20px;
  height: 20px;
  margin-left: 1px;
  display: inline-block;
  transition: 0.2s;
  content: url("https://heathersaturnia.neocities.org/pxls/blog/a-right.gif");
}

details[open] summary::before {
  transform: rotate(90deg);
}

summary {
  display: flex;
  height: 28px;
  cursor: pointer;
  background-color: transparent;
  font-family: "Coral Pixels", serif;
  color: #666;
  font-size: 25px;
  font-weight: bold;
}


h2 {
  font-family: "Special Elite", serif;
  font-weight: bold;
  font-size: 14pt;
  color: #404322;
  margin: 0 0 6px 0;
  cursor: default;
}