@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body { 
	background: linear-gradient(0deg, #47382B, #241C16); 
	font-family: 'Lato', sans-serif;
	text-align: center;
	color: #ffffff;
}

div {
	text-align: center;
}

a:link {
	color: #ffff88;
}

a:visited {
	color: #ffff00;
}

a:hover {
	color: #ffffff;
}

a:active {
	color: #ffff00;
}