body {
  background-image: url("https://files.catbox.moe/pvlkd0.jpg");
  background-size: cover;
  background-attachment: scroll;
}

.header{
    position:relative;
    left: 5px;
}

h1{
  color: #9e0808;
  font-family: Lovely Valentine;
}

h2 {
  color: #9e0808;
  text-decoration: underline;
  font-family: LovelyValentine;
}

h3 {
  color:#9e0808;
  font-family: LovelyValentine;
}

p {
  font-family:monospace;
}
.container {
  display: grid;
  grid-template-columns: 185px 600px 185px;
  grid-template-rows: 800px;
  padding: 4.5px;
  gap: 5px;
  justify-content: start;
}

.container div {
  background-color: #fffaf7;
  color: #000;
  padding: 10px;
}


.rightbar li a {
  color: #ca0f22;
  font-weight: 800;
  font-size: m;
  font-family: monospace;
}
.rightbar li a:hover {
  color: #ffc2c2;
  text-decoration: underline;
}

.changelog {
  background-color: #ea7480;
  width: 150px;
  height: 110px;
  overflow: scroll;
  overflow-x:hidden;
  overflow-y:scroll ;
      }

.blinkiewall {
  width: 150px;
  height: 190px;
  overflow-x:hidden;
  overflow-y:scroll ;
}


footer {
   background-color: #ffc5c5;
   position:relative;
   left: 5px;
   width: 980px;
   height: 40px;
   padding-top: 10px;
   text-align: center;
}

ul.heartbullets {
  list-style: none;
}

ul.heartbullets li::before {
  color: #fca2a2;
  content: "\02765";
}

@font-face {
    font-family: LovelyValentine;
    src: url(LovelyValentine.ttf);
}

* {cursor: url(https://cur.cursors-4u.net/holidays/hol-2/hol155.ani), url(https://cur.cursors-4u.net/holidays/hol-2/hol155.png), auto !important;} /* End https://www.cursors-4u.com */