@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background-color: rgb(15, 17, 27);
    font-family: 'Poppins', sans-serif;
	color: white;
}

#move {
	position:absolute;
	transform:translate(-50%,-50%);
	top: 50%;
	left: 50%;
	height: 100px;
	width: 100px;
	border-radius:50%;
	background-color: rgba(255, 166, 0, 0.1);
	filter: blur(25px);
	z-index: -1;
  }

a {
	text-decoration: none;
	color: rgb(0, 110, 255);
}