body {
    background-color: #FFFFFF;
    background-size: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
    font-family: 'sansaesque-regular-webfont', 'curly_cuties-webfont';
}

img {
   filter: grayscale(100%); 
}

.bottom{
  position: relative;
}

a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

a:active {
  color: #000000;
  text-decoration: none;
}

.main {
  position: relative;
}

.agift {
     z-index: 24;
  max-width: 100%;
  position: absolute;
  top: 530px;
  right: 270px;
  white-space: nowrap;
  font-size: 23px;
  line-height: 1px;
}

.scent {
   z-index: 23;
  max-width: 100%;
  position: absolute;
  top: 650px;
  right: 270px;
  white-space: nowrap;
  font-size: 23px;
}

.musicplayer {
  z-index: 22;
  max-width: 100%;
  position: absolute;
  top: 113px;
  right: 300px;
  filter: grayscale(100%);
  filter: brightness(112%);
}

.basscat {
 z-index: 21;
  max-width: 100%;
  position: absolute;
  top: 586px;
  right: -70px;
  filter: contrast(120%);
  filter: brightness(150%);
}

.musicclip {
 z-index: 20;
  max-width: 100%;
  position: absolute;
  top: 120px;
  right: 350px;
  filter: contrast(120%);
  filter: brightness(150%);
}

.mygraphics {
  z-index: 19;
  max-width: 100%;
  position: absolute;
  top: 260px;
  right: -70px;
  font-size: 35px;
  color: #000000;
  white-space: nowrap;
  letter-spacing: -1px;
     transform: rotate(2deg);
  transition: .5s ease;
}

.mygraphics:hover {
  top: 255px; 
}

.graphichoard {
  z-index: 18;
  max-width: 100%;
  position: absolute;
  top: 200px;
  right: -70px;
  font-size: 35px;
  color: #000000;
  white-space: nowrap;
  letter-spacing: -1px;
     transform: rotate(2deg);
  transition: .5s ease;
}

.graphichoard:hover {
  top: 195px; 
}

.webfinds {
  z-index: 17;
  max-width: 100%;
  position: absolute;
  top: 170px;
  right: -70px;
  font-size: 35px;
  color: #000000;
  white-space: nowrap;
  letter-spacing: -1px;
     transform: rotate(2deg);
  transition: .5s ease;
}

.webfinds:hover {
  top: 165px; 
}

.about {
  z-index: 16;
  max-width: 100%;
  position: absolute;
  top: 140px;
  right: -70px;
  font-size: 35px;
  color: #000000;
  white-space: nowrap;
  letter-spacing: -1px;
     transform: rotate(2deg);
  transition: .5s ease;
}

.about:hover {
  top: 135px; 
}


.paper1 {
  z-index: 15;
  max-width: 100%;
  position: absolute;
  top: 145px;
  right: -0px;
   transform: rotate(-1deg);
   filter: contrast(100%);
  filter: brightness(120%);
}

.paper4 {
  z-index: 14;
  max-width: 100%;
  position: absolute;
  top: 145px;
  right: -130px;
  transform: rotate(-3deg);
}

.counter {
  z-index: 13;
  max-width: 100%;
  position: absolute;
  top: 630px;
  right: -47px;
  filter: grayscale(100%);
}

.helloworld {
  z-index: 8;
  max-width: 100%;
  position: absolute;
  top: 170px;
  right: 270px;
  font-size: 50px;
  color: #000000;
  white-space: nowrap;
  letter-spacing: -1px;
}

.welcome {
  z-index: 7;
  max-width: 100%;
  position: absolute;
  top: 240px;
  right: 270px;
  font-size: 27px;
  color: #000000;
  white-space: nowrap;
   letter-spacing: -1px;
}


.notebook {
  z-index: 4;
  max-width: 100%;
  position: absolute;
  top: 70px;
  right: 350px;
  filter: contrast(120%);
  filter: brightness(115%);
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #ffffff;
}

::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
