body{
	background-image: linear-gradient(260deg, #4842f5 0%, #f542da 100%);
}
a{
	color: white;
	text-decoration: none;
	background: rgba(0, 0, 0, 0);
}
a:hover{
	background: rgba(0, 0, 0, 0.2);
}