body{
	background-attachment: scroll;
	background-image: linear-gradient(purple, white, purple);
	background-size: 100%;
}

a{
	color: white;
	text-decoration-color: white;
}


@media screen and (max-width: 500px) {
	img{
		max-width: 100%;
	}
}