html {
	background-color: #0b3f6a;
	color: #ccc;
	font-family: sans-serif;
	line-height: 1.5;
}

body {
	max-width: 400px;
	margin: 0 auto;
	padding: 0 25px;
}

a {
	color: #99cbf4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border-radius: 100px;
	display: block;
	margin: 50px auto;
}

ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

h1 {
	text-align: center;
}

h1, h2 {
	color: white;
	font-weight: normal;
}
