body {
background-attachment: stick;
background-image: url(https://i.pinimg.com/564x/3c/b4/c4/3cb4c44d15b290add02cf378dcd76e0d.jpg);
background-size: 500px;
font-size:11px;
text-align: center;
font-family: verdana;


}

#container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    color: #4c5575;
}

#header {
background: #bfdbcd!important;

}

#hSub {
background: #bfdbcd!important;
}

  body::after {
  content: "";
  display: block;
  position: fixed;
  left: -32px;
  top: 0;
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  background-image: url(https://img1.picmix.com/output/stamp/normal/3/8/7/9/859783_9a17e.gif);
  background-size: 700px;
  background-position: center;
  background-repeat: repeat;
  z-index: 10000000;
  animation: ScanlineAnimationRight 1s linear infinite;
  pointer-events: none;
  opacity: 1;
  animation: hide 1s linear 1s 1 forwards;
}

@keyframes hide {
to {
opacity: 0.4;
}

#blog {
    Background: #fff;

}

h4 {
  animation: color-change 0.5s infinite;
}

@keyframes color-change {
  0% { color: #7743ED ; }
  50% { color: #40D0FF ; }
  100% { color: #FF40BC ; }
}

.url {
    font-size: 0px;
    background: url(https://i.pinimg.com/originals/ad/02/79/ad0279a564668bd1d536769e5f3e52c1.gif);
    background-size: 310px;
    position: fixed;
    right: 256;
    bottom: 0;
    color: transparent !important;
    height: 256px;
    width: 256px;
    border: none;
    box-shadow: none;
    padding: 0 !important;
    z-index: 1000;
}