body{
  background-color: red;
  background-image: url("https://64.media.tumblr.com/64513df3fd59b57afef2d27fe12187a9/3a9e02ee1fb9a7ab-fd/s400x600/f4837f3f387c0539baee0f6075b55fb7dec18a8d.gifv");
  background-size: 100%;
  color: red;
  }
  
a:link, a:visited, a:active { 
color:palevioletred;text-decoration:none;}
a:hover {
color:white;}

.a{
  position: absolute;
  right: 2%;
  top: 3%;
  }
  
.b{
  background: #e9dada;
  height: 100%;
  width: 30%;
  position: fixed;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  }
  
.c{
  a:link, a:visited, a:active { 
  color:palevioletred;text-decoration:none;}
  a:hover {
  color:palevioletred;}
  }
  
.d{
  position: fixed;
  left: 2.7%;
  bottom: 4.7%;
  z-index: 7;
  }
  
.e{
  position: fixed;
  left: 1%;
  bottom: 7%;
  z-index: 3;
  }
  
.g{
  position: fixed;
  right: 2%;
  bottom: 2%;
  }
  
.h{
  position: fixed;
  left: -110px;
  top: 150px;
  transform: rotate(90deg);
  z-index: 6;
  }
  
.i{
  position: fixed;
  left: -40%;
  top: -6%;
  z-index: 5;
  }
  
.j{
  position: fixed;
  left: -40%;
  bottom: -6%;
  transform: rotate(180deg);
  z-index: 5;
  }
  
.k{
  position: fixed;
  left: -34%;
  top: 50%;
  transform: rotate(270deg);
  z-index: 6;
  }