html * {
 cursor: url("https://solpaan.neocities.org/nat709.png"), auto; 
}

h2 {
 font-family: "IM Fell Dw Pica", "Times New Roman"; 
 font-size: 24px;
 font-weight: lighter;
}

h3 {
 font-size: 18px; 
 line-height: 0.5em;
}

body {
  min-height: 100vh;
  background-image: url("https://solpaan.neocities.org/ivy2.png");
  background-attachment: fixed;
  background-repeat: repeat;
  font-family: "Space Mono", "Geist Mono", "DM Mono";
  font-size: 10px;
  overflow: hidden;
  image-rendering: pixelated;
}

ul {
 padding: 5px; 
 list-style-type: none;
}

a:link {
  color: gray;
  text-decoration: none;
  cursor: url("https://solpaan.neocities.org/nat678.png"), auto;
}

a:visited {
  color: #5E5E5E;
  text-decoration: none;
}

a:active {
  color: gray;
}

a:hover {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  color: #A9DE50;
}

input:focus, textarea:focus {
  background: #eee;
}

.moon {
 position: absolute;
 top: 13em;
 left: 90em;
 z-index: 99;
}

.page {
  background-image: radial-gradient(closest-side, rgb(230, 222, 222) 10%, transparent), url("https://solpaan.neocities.org/vintage-lined-ripped-paper-strip-scrap-paper-with-torn-edge-scrapbook-sticky-notes-notebook-page-free-png.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 700px;
  height: 525px;
  position: absolute;
  top: 15em;
  left: 35em;
  filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.3));
  filter: brightness(120%);
}

.container {
  width: 500px;
  height: 350px;
  margin-top: 60px;
  margin-left: 120px;
  font-family: "Space Mono", "Geist Mono", "DM Mono";
  font-size: 10px;
  overflow-y: scroll;
  line-height:35px;
}

.sidebar {
  background-image: url("https://solpaan.neocities.org/pngtree-white-ripped-paper-torn-edges-strips-isolated-on-background-png-image_13497364.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 15em;
  left: 92.5em;
  filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.3));
}

.entries {
  width: 225px;
  height: 225px;
  margin-top: 80px;
  margin-left: 80px;
  padding: 5px;
  font-family: "Space Mono", "Geist Mono", "DM Mono";
  font-size: 10px;
  overflow-y: scroll;
}

.note {
  background-image: url("https://solpaan.neocities.org/11647498.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 10em;
  left: 5em;
  filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.3));
}

.picture {
  width: 160px;
  height: 120px;
  margin-top: 40px;
  margin-left: 70px;
  z-index: -1;
}

.navbar {
  width: 170px;
  height: 200px;
  margin-top: 20px;
  margin-left: 70px;
  position: absolute;
}

::selection {
  background-color: #A9DE50;
}

::-webkit-scrollbar {
  width: 0;
  /* remove scrollbar space */
  background: transparent;
  /* to make scrollbar invisible */
}

::-webkit-scrollbar-thumb {
  background: transparent;
}