*{
  margin: 0;

}
body
{
cursor: url("https://megawrzuta.pl/files/364a5ecf7cd0472d7aa3d6e6c69398f5.cur"), default ;
text-align: center;
background-color: black;
color: lime;
text-shadow: 5px 1px 14px green;
background-image: url("bg.gif");
  background-repeat: repeat;
  overflow-x: hidden;
}

hr{
 background-color: lime;
}

.hi{
color: white;


}

img{
  margin-bottom: 30px;
}


marquee{
  margin-bottom: 10px;
}

::selection{
  background: black;
  color: green;
}

h3{
text-shadow: 5px 1px 14px green;
}

h1{
color: white;
font-family: impact;
}


.ctm-inner-inner{
color: linear-gradient(
-45deg
, #EE7752, #E73C7E, #23A6D5, #23D5AB);
animation: Gradient 1s ease infinite;
transition: all 0.3s;

}

.ctm-inner-inner:hover{
color: blue;
transform: scale(1.1);
}

.rbm{
width: 100%;
  height: 4px;
  color: #fff;
  background: linear-gradient(
-45deg
, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 250% 250%;
  -webkit-animation: Gradient 1s ease infinite;
  -moz-animation: Gradient 1s ease infinite;
  animation: Gradient 1s ease infinite;
  margin-bottom: 40px;
}

@keyframes Gradient {

0% {

  background-position: 0% 50%

}

50% {

  background-position: 100% 50%

}

100% {

  background-position: 0% 50%

}

}
