* {
  cursor: url("https://64.media.tumblr.com/df6548a5981697a40d620d5f3dede676/6121dafc43d84f24-45/s75x75_c1/594777ccd35310ef8f1b9cb7fb1ff6243b29bbb6.png"), auto;
}

body {
  margin: 0;
  padding: 0;
  background-image: url("https://64.media.tumblr.com/7800ff667b45f072b1813f05f2d3b788/4a218d4c2f569ba7-79/s400x600/a9acfff48d0da93e36079535ffad429918e59261.gif");
  background-repeat: repeat;
  background-color: #000;
  font-family: calibri, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.container {
  width: 680px;
  height: 430px;
  margin: 60px auto;
  background-color: #080015;
  border: 0px solid #0D0119;
  display: grid;
  grid-template-columns: 250px 430px;
  grid-template-rows: 400px 30px;
  grid-template-areas:
    "SideImage Content"
    "Footer Footer";
  overflow: hidden;
  box-sizing: border-box;
}

.SideImage {
  grid-area: SideImage;
  width: 250px;
  height: 400px;
  background-image: url("https://64.media.tumblr.com/33b397037e1bc63c3db0a3a6f7b8a792/5d0bbd852bf01d90-c2/s2048x3072/ac17b8f74948ae302bc223a02c4bc556ed89c0a5.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.Content {
  grid-area: Content;
  width: 430px;
  height: 400px;
  overflow: hidden;
  box-sizing: border-box;
}

.ContentScroll {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px 18px 14px 18px;
  box-sizing: border-box;
}

.ContentScroll h1 {
  font-family: calibri;
  font-size: 18px;
  color: #a0b4f7;
  background-color: #c46089;
  background-image: url(https://64.media.tumblr.com/ec8b81b9b978232f13a4a2c4f778c84b/f70214d4553700e4-64/s400x600/a7355e45989c5502a92c0740c9996a69adf6930f.gifv);
  margin: 0 0 6px 0;
  padding: 4px 8px 4px 30px;
  position: relative;
  border-radius: 50px;
}

.ContentScroll h1::before {
  content: "➔";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

h2 {
  font-family: calibri;
  font-size: 12px;
  color: #c46089;
  border: 1px solid #c46089;
  border-radius: 50px;
  padding: 3px 3px 3px 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.ContentScroll p {
  margin: 0 0 12px 0;
  color: #a0b4f7;
  font-family: calibri, sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
}

.Footer {
  grid-area: Footer;
  height: 30px;
  background-color: #2A0E54;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
}

.Footer p {
  margin: 0;
  color: #a0b4f7;
  text-align: center;
  font-family: calibri, sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight:100;
  line-height: 1;
}

.Footer a{
  margin: 0;
  color: #a0b4f7;
  text-align: center;
  font-family: calibri, sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight:100;
  line-height: 1;
  text-decoration: none;
}

.Footer a:hover{
  margin: 0;
  color: #5635D3;
  text-align: center;
  font-family: calibri, sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight:100;
  line-height: 1;
  text-decoration: none;
}

/* optional scrollbar styling */
.ContentScroll::-webkit-scrollbar {
  width: 8px;
}

.ContentScroll::-webkit-scrollbar-track {
  background: #1a1030;
}

.ContentScroll::-webkit-scrollbar-thumb {
  background: #5635D3;
}

.ContentScroll::-webkit-scrollbar-thumb:hover {
  background: #8ea0ff;
}

/* Blockquote & Text Styling */

blockquote {
  background-color: #230834;
  color: #A0B4F7;
  border: 2px solid #361045;
  font-family: calibri;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 30px;
  padding: 8px 8px 8px 26px;
  position: relative;
  border-radius: 12px;
}

.ContentScroll blockquote::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 12px;
  height: 12px;
  background-image: url("https://64.media.tumblr.com/77609484e675e79b0cf1d3275aa209a2/tumblr_inline_mvrf25TpYf1r8f9na.gif");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

b {
  font-weight: bold;
  color: #CF2744;
}

i {
  font-style: italic;
  color: #4665D3;
}

a {
  text-decoration: none;
  color: #B63190;
}

a:hover {
  text-decoration: none;
  color: #5635D3;
  cursor: url("https://64.media.tumblr.com/df6548a5981697a40d620d5f3dede676/6121dafc43d84f24-45/s75x75_c1/594777ccd35310ef8f1b9cb7fb1ff6243b29bbb6.png"), auto;
}

/* HIGHLIGHT COLORS */

::-moz-selection {
  background: #2A0E54;
  color: #5635D3;
}

::selection {
  background: #2A0E54;
  color: #5635D3;
}
