@font-face{
    font-family:"PixelOperator";
    src:url(PixelOperator.ttf)
}
@font-face {
    font-family:"JMH Cthulumbus Arcade" ;
    src: url(JMH\ Cthulhumbus\ Arcade.otf);
}
body{
background-image: url(images/comics\ background\ site.png);
background-size: contain;}

* { 
    color:greenyellow;
}
.container {
    max-width: 1000px;
    margin: 10px auto;
}
.navbar ul{ list-style-type: none;
     border: 2px outset greenyellow;
    background-color: rgba(0, 0, 0, 0.734);
    padding: 0px;
    margin: 30px;
    overflow:hidden ;
}
.navbar a{
    color: white;
    padding: 15px;
    display: block;
    text-align:center;
}
.navbar a:hover{
    background-color:rgba(128, 255, 0, 0.284);
}
.navbar li{
    float: left;
}

.navbar{font-family:"JMH Cthulumbus Arcade";}

.mainbody p {font-family:"PixelOperator";
font-size: large;}

.mainbody { 
    border: 2px outset greenyellow;
    background-color: rgba(0, 0, 0, 0.734);
    padding: 30px 70px 90px 70px;
    margin: 100px;
}
.mainbody h3 {
    font-family: "JMH Cthulumbus Arcade";
    font-size: x-large;
    text-align: center;
}

.title{ 
    text-align: center;
    font-family:"JMH Cthulumbus Arcade" ;
    font-size: xx-large;
}

  .crt::before {
  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%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

@keyframes flicker {
  0% {
  opacity: 0.27861;
  }
  5% {
  opacity: 0.34769;
  }
  10% {
  opacity: 0.23604;
  }
  15% {
  opacity: 0.10626;
  }
  20% {
  opacity: 0.18128;
  }
  25% {
  opacity: 0.10626;
  }
  30% {
  opacity: 0.18128;
  }
  35% {
  opacity: 0.23604;
  }
}

.crt::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}
.comiccontainer {
    display: grid;
    grid-template-areas:
      "pic content"
      "pic content";
    grid-template-columns: auto auto;
    gap: 20px;
}
.comiccontainer div.pic {
    display: flex;
    max-width: 300px;
    max-height: 400px;
}

.comiccontainer div.content {
   font-family:"JMH Cthulumbus Arcade" ;
}

.content div.booktitle{
    font-size: x-large;
}

.content div.author{
    font-size: medium;
}

.content div.meat{
    font-size: larger;
    border: 2px solid;
    padding: 10px;
    font-family: "PixelOperator";
}

