body {
	font-family: Arial, sans-serif;
	background: #1b1b1b;
	color: white;
	margin: 40px;
}

h1 {
	font-size: 42px;
}

img {
	width: 400px;
	border-radius: 10px;
}

