body {
		background-color: #c29ae3;
}
.center {
  text-align: center;
  font-family: "Lucida Console", Courier, monospace;
	}
.a {
font-family: "Lucida Console", Courier, monospace;
}

.dollar{
	background:url("https://i.imgur.com/ZCl8pvI.jpg")
	height:72px;
	
	width:
}

#bI {
 background-image: url(https://img.buzzfeed.com/buzzfeed-static/static/2019-09/13/3/asset/2f1fff848fe7/sub-buzz-741-1568343842-1.jpg?downsize=700%3A%2A&output-quality=auto&output-format=auto&output-quality=auto&output-format=auto&downsize=360:*);

	position:absolute;
	top:10px;
	bottom:10px;
	left:10px;
	right:10px;
	border-radius:10px
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
 
}
#bI.spin
{
		animation-duration: 2000ms;
	animation-iteration-count: 2;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forward;
}

p,h1{
color: lightgreen;
-webkit-animation-play-state: paused;
}

 a:link { color:red; background-color:white; }
 a:visited { color:red; background-color:black; }
 a:hover	{ color:red; background-color:red; }

li
{
  color:red}


@keyframes spin {
				from {
          transform:rotateY(0deg);
  }
	to {
			transform:rotateY(720deg);
  }
}


.rain:nth-of-type(#{$1}) {
	animation-name:
		animation-delay: $delay;
	animation-duration: random(6) + 4s;
	animation-iteration-count: infinite;
	left: $left;
	top: -$top;
}
};
