body {
	font-family: Arial, sans-serif;
	text-align: center;
	padding: 50px;
	background-color: #f9f9f9;
}
.container {
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	display: inline-block;
}
.icon {
	font-size: 50px;
	color: #ff9800;
}
a {
	color: #2196f3;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}