body {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 600% 100%;
	animation: gradient 15s ease infinite;
  height:100vh;
  width:100vw;
  overflow:hidden;
}

@keyframes gradient {
	0% {
		background-position: 0%;
	}
	50% {
		background-position: 100%;
	}
  100% {
		background-position: 0%;
	}
}

h1 {
  position:fixed;
  left:50%;
  top:50%;
  color:white;
  font-family:Poppins;
  transform:translate(-50%,-50%);
}


/* Robots are gonna take over the world :)

Try adding .txt after robots

*/
