
body{
	margin: 0;
	padding: 0;
	background-image: linear-gradient(125deg,#2c3e50,#27ae60,#0938F7,#EE1111,#DDDD22,#FF00FF);
	background-size: 400%;
	animation: bganimation 15s infinite;
	height: 100%;
	width: 100%;
	}
	
	@keyframes bganimation{
		0%{
			background-position: 0% 50%;
		}
		50%{
			background-position: 100% 50%;
		}
		100%{
		background-position: 0% 50%;	
		}
	}
#home{
background-color: rgba(
rgba(255, 251, 240, 0.3);
}