a {
  color:red;
  text-decoration:none;
}
a:hover {
  color:white;
}
hr {
  color:red;
}
ul {
  list-style:none;
  padding:0;
}
body {
  background: url('https://i.postimg.cc/Gp26FXvr/nikola-tomasic-ge-Zbwa-Yb-A9M-unsplash.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  font-size:15px;
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  color:white;
  padding:0 10px 50px 0;
}
.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}
.horror {
  padding:20px;
  display:flex;
  flex-direction:row;
}
.header {
  margin:auto;
  background:black;
  height:100px;
}
.left {
  width:20%;
  background:black;
  margin:10px;
  border: 1px solid red;
  border-radius:5px;
}
.middle {
  width:60%;
  height:750px;
  text-align:center;
  margin:10px;
  background:black;
  border: 1px solid red;
  border-radius:5px;
}
.right {
  width:20%;
  margin:10px;
  background:black;
  border: 1px solid red;
  border-radius:5px;
}
.info {
  margin:0 0 10px 0px;
  padding:5px 15px;
}
.recent {
  margin:0 0 10px 0px;
  padding:0 15px;
}
.monthly {
  margin:0 0 10px 0px;
  padding:5px 15px;
}
.monthly img {
  width:100%;
}
.linkbox {
  text-align:center;
  margin:0 0 10px 0px;
}
.link {
  text-align:center;
  width:250px;
  padding:5px;
  margin:5px;
  background:#000;
  border: 1px solid red;
  border-radius:5px;
  display: inline-block; 
  cursor: pointer;
  transition:0.5s;
}
.link:hover {
  background:red;
  color:white;
  transition:0.5s;
}
.entrybox {
  display:grid;
  grid-template-columns:auto auto auto auto auto;
  gap:10px;
  overflow:hidden;
  padding:15px;
}
.entry {
  height:200px;
  width:200px;
  border-radius:5px;
  transition:0.5s;
}
.entry:hover {
  filter:brightness(50%);
}
.filterDiv {
  height:275px;
  width:200px;
  margin:auto;
  color: white;
  text-align: center;
  display: none; /* Hidden by default */
  border: 1px solid red;
  border-radius:5px;
}
.show {
  display: block;
}
.btn {
  border: none;
  color:white;
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  outline: none;
  margin:10px;
  padding:10px 20px;
  background-color: #222;
  cursor: pointer;
  border: 1px solid red;
  border-radius:5px;
  transition:0.5s;
}
.btn:hover {
  background-color: red;
  transition:0.5s;
}
.btn.active {
  background-color: #111;
  color: red;
}
.rating img{
  height:20px;
  width:20px;
  margin:7px 2px 0 0px;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height:30px;
  background:black;
  text-align:center;
  line-height:30px;
  font-size:12px;
}
.article {
  width:40%;
  min-height:750px;
  text-align:left;
  margin:auto;
  padding:10px 20px;
  background:black;
  border: 1px solid red;
  border-radius:5px;
}
.titlecard {
  text-align:center;
  background: #222;
  margin:20px;
  padding:5px;
  font-size:15px;
}
.date {
  text-align:right;
  margin:20px;
}