b {
	font-weight: bold;
}
table {	
	border: 1px solid gray;
	margin-top: 100px;	
}
td { 
	text-align: center;
	padding: 25px;
}
img { 
	border-radius: 25px;
}
#t-world {
	position: absolute;
		top: 0px;
		left: 0px;
	width: 250px;
	height: 250px;
	cursor: default;
}
#click {
	color: gray
}
#click:hover {
	cursor: pointer;
}