#delayed-element {
    opacity: 0;
    animation: fadeIn 10s ease-in-out 3s forwards;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


* {
    display:inline;
    width:inherit;
    font-family:Georgia,Times, serif;
    padding:0px 0px 0px 0px;
    margin:auto;
    background-color: black;
    text-shadow:none;
}
script {
    display:none;
}
head {
    display:none;
}
header {
    display:block;
    width:100%;
    height:auto;

}
div{
	display:inline-block;
    width:inherit;
    }

a {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    text-decoration: underline;
    color:chartreuse;
    font-size: 5vw;
    padding:none;


}
b {
    text-shadow: 0.6vh .1vw currentColor;
    word-spacing: auto; 
    letter-spacing: 0.25vw;
    line-height: 0.6vh;
    opacity: 0; /* Start fully transparent */
    visibility: hidden; /* Hide initially to prevent interaction */


}
 nav {
    display:block;
    width:auto;
}

body {
    width:100%;
    text-align: center;
}
h1 {
    font-family:Zubrutal;
    text-align: center;
    color:chartreuse;
    font-size: 10vh;
    font-weight:600;
    padding:auto;

}
h2 {
    font-family:Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color:rgb(173, 36, 236);
    text-align: center;
	font-size:15px;
    font-weight: 100;
}
hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.GPHEADERLOGO {
    display: block;
    color:chartreuse;
    white-space: pre-wrap;
    font-size: .1vw;
    text-shadow: 0.6vh .1vw currentColor;
    text-justify: auto;
    

}
p {
    font-size: medium;
}
.contentdisplay {
    display: grid;
}
.gridrow {
    height:200px;
}
.bookreview {
    height:200px;
}