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


body{
	margin: 2px;
	height: 100%;
    background-color: #eee;
	background-image: url('https://heathersaturnia.neocities.org/pxls/deco/saturniawrth2.png');
	font-family: Courier New;
	font-size: 15px;
    background-repeat: no-repeat;
    background-position:top right;
    background-size: 360px;
	color: #000; 
}


.main {
margin: 10px; 
padding: 10px; 
border:dashed 1px #000000;
width: 500px;
height: 370px;
background-image: url(https://heathersaturnia.neocities.org/pxls/deco/smgrdppr.gif);
opacity: 95%;
overflow-y:auto;
overflow-x: hidden;

}
.entry {
  background-color: #eeeeeede;
  border: 1px dotted #000;
  padding: 5px;
  font-family: "Courier New";
  font-size: 12px;
  margin-bottom: 10px;
  width: 470px;
}


header {
  font-size: 18px !important;
  font-family: "Coral Pixels" !important;
  font-weight: bold !important;
  letter-spacing: 1.5px !important;
  text-align: center !important;
}



li {
list-style-image: url('https://heathersaturnia.neocities.org/pxls/blog/101-1c.gif');
}

p {
  padding-left: 5px;
  margin-top: 11px;
}


 a {
  font-family:"Silkscreen";
  color: var (--link);
  text-decoration: none;
}
a:hover {
	color: var (--linkh)
}

::-webkit-scrollbar{
width: 2px; 
}
 
::-webkit-scrollbar-track{
background-color: transparent;
}
 
::-webkit-scrollbar-thumb{
background-color: #d5d6ea;
}
.container {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap; 
}



.thumb-art {
    width: 125px;
    height: 125px;
    border-radius: 10px;
    border: 1px dashed #000000; 
    object-fit: cover; 
    order: -1; 
}

.info {
    flex-grow: 1;
    padding-left: 6px; 
    font-family: "Itim", serif;
    font-size: 12px;
    color: #333;
 
}
.main-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #222;
}

.tags {
  margin-top: 0px;
}

.tag {
  display: inline-block;
  background-color: var(--lightaccent);
  color: #eee;
  font-size: 10px;
  font-family: "Itim", serif;
  border: 1px dotted #333;
  border-radius: 5px;
  padding: 2px 2px;
  margin: 2px 2px 0 0;
  text-transform: lowercase;
}
html {
  scroll-behavior: smooth;
}
