body {
	font-family: Consolas, Arial, sans-serif;
	margin: 40px;
	background: linear-gradient(to bottom, #4040ff, #ff40ff);
}

h1 {
	color: #003333;
}

ul {
	list-style-type: none;
	padding: 0;
}

li {
	margin-bottom: 10px;
}

p {
        margin-bottom: 20px;
}

a {
	text-decoration: none;
	color: #007bff;
}

a:hover {
	tet-deccoration: underline;
}


