:root {
  --accent-light: #c3c9c9;
  --accent-dark: #f70723;
  --accent-muted: #afafaf;
}


html,
body {
  margin: 0;
  font-family: 'Black Ops One';
  font-size: 20px;
  background-color: red;
  background-image: url("126.png");
  
    cursor: url("smorecursor.gif"), auto;

}

strong {
  color: var(--accent-dark);
}
em {
  color: var(--accent-light);
}
u {
  color: var(--accent-dark);
}
a {
  color: var(--accent-dark);
  font-weight: bold;
  text-decoration: none;
}

.wrapper {
  padding: 20px;
}

.container {
  position: relative;
  content: "";
  background-image: url("page1.png");
  background-repeat: no-repeat;
  height: 100%;
  max-width: 900px;
  height: 770px;
  margin: 0 auto;
}
.post-it,
.white-box,
.notebook,
.yellow-note {
  position: absolute;
}
.post-it {
  top: 20px;
  left: 40px;
  width: 130px;
}
.white-box {
  top: 20px;
  left: 180px;
  width: 500px;
  height: 100px;
  overflow: hidden;
}
.notebook {
  top: 172px;
  left: 145px;
}
.notebook > .wrapper {
  overflow: auto;
  height: 450px;
  width: 380px;
  padding-right: 84px;
  scrollbar-width: thin; /* "auto" or "thin" */
  scrollbar-color: #000 #030a61; /* scroll thumb and track */
}
.notebook > .wrapper p {
  line-height: 16.2px;
  margin-bottom: 16.5px;
}
.yellow-note {
  left: 640px;
  top: 160px;
  width: 180px;
  height: 550px;
  overflow: auto;
  scrollbar-width: thin; /* "auto" or "thin" */
  scrollbar-color: #000 #030a61; /* scroll thumb and track */
}
.title {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 3px dotted var(--accent-muted);
  color: var(--accent-dark);
}
.content {
}
.subtitle {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 3px dotted var(--accent-muted);
  margin-bottom: 10px;
  color: var(--accent-dark);
}
ul.pixelbullets {
  list-style-image: url("bulletin.gif");
  padding-left: 25px;
}
.page-title {
  font-size: 25px;
  padding-bottom: 4px;
  color: var(--accent-dark);
  font-weight: bold;
}
.footer {
  text-align:center;
}

.yellow-note::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

.yellow-note::-webkit-scrollbar-track {
  background: #e8d866; /* color of the tracking area */
}

.yellow-note::-webkit-scrollbar-thumb {
  background-color: #d6ca71; /* color of the scroll thumb */
}
.notebook > .wrapper::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

.notebook > .wrapper::-webkit-scrollbar-track {
  background: #c4c4c4;; /* color of the tracking area */
}

.notebook > .wrapper::-webkit-scrollbar-thumb {
  background-color:  #000; /* color of the scroll thumb */
}
.removeThis {
  background-color:yellow;
}

.i-pod {
  position: absolute;
  top: 30px;
  left: 1140px;

  width: 210px;
  height: 320px;

  background-image: url("https://i.ibb.co/N6KPT69L/S9ueI8g.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: white;
  
  
  display: flex;
  flex-direction: column; /* stack paragraphs vertically */
  justify-content: flex-start; /* start from top */
  align-items: center; /* center horizontally */
  text-align: center;
  padding: 10px;
}
.last-fm {
  margin-top: 150px;  /* move text down inside div */
  margin-left: 0px; /* move text right */
   font-size: 1px;
}
.just-played {
  margin-top: 50px;  /* move text down inside div */
  margin-left: 0px; /* move text right */
  margin-bottom:  -145px;  /* reduce space below */
   font-size: 14px;
}

.side-post {
  position: absolute;
  top: 320px;
  left: 30px;

  width: 210px;
  height: 320px;

  background-image: url("https://i.ibb.co/cSZPNHJW/aIX8snS.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: white;

.post-text {
  margin-top: 70px;  /* move text down inside div */
  margin-left: 30px; /* move text right */
  margin-bottom:  10px;  /* reduce space below */
   font-size: 14px;
   transform: rotate(3deg);  /* rotate counter-clockwise */
  display: inline-block;      /* important for rotation to work */
  color: #820404;
}
.post-text2 {
  margin-top: 6px;  /* move text down inside div */
  margin-left: 30px; /* move text right */
  margin-bottom:  -100px;  /* reduce space below */
   font-size: 14px;
   transform: rotate(3deg);  /* rotate counter-clockwise */
  display: inline-block;      /* important for rotation to work */
  color: #030a61;
}

#statuscafe {
   position: absolute; 
    top: 100px; 
    left: 0px;  
    padding: .5em;
    width: 135px; 
    height: 185px; 
    background-image: url('https://i.ibb.co/Q3H4RyFk/BAoAlMI.png');
    background-repeat: no-repeat;
    background-size: contain; 
    background-position: center;
}
#statuscafe-username {
  
     position: absolute;
    top:7px;
    left: 20px;
}

#statuscafe-content {
 position: absolute;
    top:50px; 
    left: 17px;
}

.piclog {
   position: absolute;
  top: 50px;
  left: -5px;

}