body{
	background-image: url("https://i.pinimg.com/originals/45/5e/be/455ebeb5e580761fabb4f3cf5ff43d10.gif");
  cursor: url(https://blob.gifcities.org/gifcities/5VMEFY74ZC2OGQBIOGMTNF4APIUVOSGV.gif), auto;

  background-attachment: fixed;
  background-position: center center;  
  background-repeat: no-repeat;       
  background-size: cover;              
  font-size: 1.5em;
  color: #1b0b24;
  font-family: "Courier New", Consolas, "Lucida Console", monospace;
}
div{

}
#viewport{
 height: 628px;
 width: 628px;
 border: 3px green;
}


