body {
  background-color: pink;
  background-image: url(/images/patterns/hello.jpg), url(/images/redheart.png);
  background-blend-mode: overlay;
  color: pink;
}
h1 {
  background-color: darkred;
}
::-webkit-scrollbar {
  background-color: transparent;
} 
body::-webkit-scrollbar-track {
  background-color: transparent;
} 
body::-webkit-scrollbar-thumb {
  background-color: transparent;
}
aside, nav, .blinkees {
  
  width: 290px;
 height: 816px;
  position: absolute; 
  
  }
  .blinkies {
    height: 20px;
    width: 150px;
}
.panel  {
  width: 145px;
  height: 765px;
  position: absolute; 
  margin: 0;
}
.panel2 {
 right: -1px;

}
.panel3 {
  top: 6px;
  left: 290px;
}
.panel4 {
  left: 440px;
  top: 6px;
}
.panel5 {
top: 6px;
left: 590px;
}
.panel6 {
top: 6px;
left: 740px;

}
.panel7 {
top: 6px;
left: 890px;
}
.panel8 {
top: 6px;
left: 1040px;
}
.panel9 {
top: 6px;
left: 1190px;

}
.panel10 {
top: 6px;
left: 1340px;
}