body{
    padding: 50px;
    color: white;
	background-color: rgb(40, 40, 40);
    font-family: Arial, Helvetica, sans-serif;
}
img{
    height: 200px;
}
a{
	color: rgb(0, 0, 0);
	text-decoration: none;
	border: solid 2px white;
	padding: 6px;
	border-radius: 4px;
	background-color: lightblue;
}
