html {
background-color: #051221;
background-image: url(space.gif);
min-width:100%;
min-height:100%;
}

body {
font-family: sans-serif ;
color: #ccc ;
min-height:100%;
width:100%;
margin:0px;
padding:0px;
margin-bottom:100px;
}

.flextitle {
max-width:800px;
height:80px;
margin:auto;
padding:0px 20px 0px 20px;
}

body::before {
content:""; 
background-image:url("cloud.avif");
height:1000px;
opacity:50%;
width:100%;
z-index:-1;
position:absolute;
background-position:top;
}

.posttag {
	color:darkcyan;
}

.banner {
font-size:x-large;
position:relative;
top:20px;
bottom:0;
right:0;
left:0;
color:floralwhite;
height:40px;
display:inline-block;
}

.banner:visited {
	color:floralwhite;
	background-color:darkslategray;
}

main {
max-width: 800px ;
margin: auto ;
border:1px solid darkslategray;
background: black;
line-height:1.25;
padding:0px 20px 20px 20px;
display:flex;
flex-direction:column;
}

.guestbookcontainer {width:100%;height:300px;margin:auto;}
form {;gap:none; display:flex; flex-wrap:wrap;flex-direction:column;}
input, button {padding: 0.5em;}
input {background-color:black;color:#ccc;border:1px solid darkslategray;}
#message {color:#ccc;resize:none;background-color:black;border:1px solid darkslategray;}
#entries {overflow-y:scroll;max-height:100px;}
button {background:darkslateblue;border:none;}

.container {
justify-content:space-between;
display:flex;
flex-direction:column;
}

article {
line-height:1.25;
}


figure {
display:inline-block;
margin:0;
}


figure.smallimage img {
max-height: 300px;
max-width:100%;
display:block;
min-width:0px;
}


figure.largeimage img {
max-height: 800px;
max-width:100%;
display:block;
min-width:0px;
}

footer {
text-align: center ;
clear: both ;
}

.postlinks {
padding-left:0px;
margin:0px;
}

ul.postlinks li {
line-height:1.5;
margin: 20px 0px 20px 0px;
}

.posttitle {
max-width:800px;
margin-left:auto;
margin-right:auto;
color:cornflowerblue;
}

article > time {
	display:inline-block;
	margin:20px 0px 20px 0px;
}

.posttitle a:visited {
color:inherit;
}

.taxlinks {
max-width:800px;
margin:auto;
display:flex;
flex-direction:row;
flex-wrap:wrap;
gap:10px;
color:darkcyan;
margin-top:20px;
margin-bottom:20px;
justify-content:center;
}

.views {
display:inline-block;
float:right;
display:flex;
justify-content:center;
align-items:center;
}

.taxlinks h4 {
margin-top:2px;
margin-bottom:2px;
color:darkcyan;
}

.taxlinks a {
color:darkcyan;
}


.taxlinks a:visited {
color:darkcyan;
}


li a:hover {text-decoration:underline;}

a img {
display:block;
padding:0;
margin:auto;
}

a {
color:cornflowerblue;
text-decoration:none;
}

a:visited {
color:#817dce;
}

a:hover
{text-decoration:underline;}

code {
word-wrap:normal;
white-space:pre;
}

pre {
padding:10px;
overflow-x:auto;
background-color:#1A1D20;
text-wrap:wrap;
word-wrap: break-word;
overflow-wrap: break-word;
}

::-webkit-scrollbar{
background: #444444;
}
::-webkit-scrollbar-thumb{
background: #686868;
}

.postlinks {
list-style-type: none;
}

#thumb {
object-fit:cover;
height:150px;
width:150px;
display:block;
border-radius:4px;
margin-bottom:4px;
}



figcaption {
font-style:italic;
color:#b1b1b1;
font-size:smaller;
}

.updatetext, .updatenote {
color:darkcyan;
}

.end {
display:flex;
flex-wrap:wrap;
gap:10px;
justify-content:space-between;
align-items:center;
color:darkslategray;
}

.webring {
display:inline-block;
}

.webring::before {
content:"Webring:";
}

hr {
border-color:darkslategray;
}

@media screen and (max-width: 35em) {
	main {background-color:#000000BF;
	border-left: 0px; border-right:0px;}
}

/* For NEXTPREV.HTML */
#nextprev {
/* The container for both the previous and next articles. */
}

#prevart {
float: left ;
text-align: left ;
}
#nextart {
float: right ;
text-align: right ;
}
#nextart,#prevart {
max-width: 33% ;
}

#nextart:hover,#prevart:hover {
text-decoration:underline;
}

#tag_wojak\.cafe {
text-transform:lowercase;
}

#webtitle a {
text-decoration:none;
color:#ffffff;
}

#webtitle a:hover {
text-decoration:underline;
}

/* For TAGLIST.HTML */
.taglist {
text-align: center ;
clear: both ;
}
