
img {
filter: sepia(100%) hue-rotate(45deg) saturate(5);
}
body::after{
content: " ";
display: block;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%);
z-index: 2;
background-size: 100% 2px, 3px 100%;
pointer-events: none;
}
 body{
        
    background-color: #3da434 !important;
    background-attachment: SCROLL !important;
    background-repeat: REPEAT !important;
    background-position: CENTER!important;
color: #ffffff !important;
}
 main{
     
    background-color: #1f1f1f !important;  
    }
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body{

font-family: 'Bebas Neue', cursive;
}
p {
  text-indent: 50px;
  text-align: justify;
  letter-spacing: 3px;
  text-color: #FFFFFF;
}
/* unvisited link */
a:link {
  color: #ffffff;
}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: #20b509;
}

/* selected link */
a:active {
  color: #3da434;
}
            }
            #header, .headTop{
                background: #;
		color: white;
            }
            #hSub, .links{
                background: #39ad2f !important;
		color: white;
            }
            .boxHead{
                background: #000000;
            }
            .rightHead{
                background: #0f7806;
                color: white;
            }
            h4{
                color: #6afa5c;
            }
            .url{
                border: solid 2px #6afa5c;
            }
            .tableRight, .commentContent{
                background:#3da434  !important;
            }
            .tableLeft, .commentAuthor{
                background: #33c425 !important;
            }
            a{
                color: black;
            }
	    a.logo, a.headTop, a.links {
                color: white !important;
	    }
.boxButton {
color: white;
}
a::after{
content: "⭑";
}
.logo {

font-size: 0;

}


.logo::after {

font-size: 15px;

content: "zombiegirl.net";

font-weight: bold;-

}
body::after{
content: " ";
display: block;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%);
z-index: 2;
background-size: 100% 2px, 3px 100%;
pointer-events: none;
